-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Previous discussion found here: oats-center/isoblue#60
Essentially, we were running into an issue where the oada.put() call would never return. This often occurred immediately after the ISOBlues came out of suspend. We believe that the issue stems from the server closing the websocket due to lack of "keep alive"s coming from the client, however when the client resumes from suspend, it does not realize this and continues using the now defunct websocket.
We are able to handle this pretty coarsely however some ability to check the status of the socket or force it to reconnect it would be helpful
Metadata
Metadata
Assignees
Labels
No labels