Thanks to visit codestin.com
Credit goes to github.com

Skip to content

put() stalls after suspend #5

@aaron97neu

Description

@aaron97neu

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions