Assume that we have a clover device with SNPD is running on with the address wss://192.168.1.2:12345/remote_pay.
1)Successfully connect to SNPD on the clover device from an app on an Android/iOS device.
2)Try to connect to SNPD on the clover device from an app on another Android/iOS device.
Question: what is the expected response from SNPD app after step 2? Will the connection from the second app be failed (what callback/message will be returned?)? Or will the connection from the second app be successful and the first app receive disconnected event? Or will the connection from the second app be successful and the first app still connected?