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
Our app use-case contains where we are dispatching messages on Web socket every X seconds.
If we disconnect the app from internet (Using a mobile hotspot and turning off the internet source without turning off the mobile hotspot), then app is freezing after sometime.
Our observation from logs:
When internet connection is turned off, Websocket state is still being returned as Open, instead of Closed
So, the messages are still trying to be dispatched on Websocket and after sometime, the task at this line is causing app freeze -
Our app use-case contains where we are dispatching messages on Web socket every X seconds.
If we disconnect the app from internet (Using a mobile hotspot and turning off the internet source without turning off the mobile hotspot), then app is freezing after sometime.
Our observation from logs:
NativeWebSocket/NativeWebSocket/Assets/WebSocket/WebSocket.cs
Line 569 in 60b2960
Please let me know how to overcome this issue.
The text was updated successfully, but these errors were encountered: