You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am running the plugin and the HelloAccessory sample app. The peer device and the watch connect and exchange messages without issue. The issue is that after you click connect on the watch, it will automatically call connectionClosed after about 7 seconds and the debug output states:
Service connection lost, Reason : [PEER_DISCONNECTED]
This is a result of the agentCallback and more specifically the SASocket.setSocketStatusListener. Any thoughts as to why the status is changing and how to keep the connection persistent?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello, I am running the plugin and the HelloAccessory sample app. The peer device and the watch connect and exchange messages without issue. The issue is that after you click connect on the watch, it will automatically call connectionClosed after about 7 seconds and the debug output states:
Service connection lost, Reason : [PEER_DISCONNECTED]
This is a result of the
agentCallback
and more specifically theSASocket.setSocketStatusListener
. Any thoughts as to why the status is changing and how to keep the connection persistent?Thank you!
The text was updated successfully, but these errors were encountered: