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
Actualy I this library has successful to send message and receive message. but there is one problem which is client is always disconnected and then reconnected itself for around 3 seconds. I have follow the example in this repo correctly but not solved.
I have developed socket io client for web version, and there is no issue in web version. socket is stable connected. web version is using transport polling.
My question is, how to know why android socket io client is always disconnected for around 3 seconds? I can't fixed this because there is no error log in client also on server. I just know the log client is connected then disconnected from server.
Expected behavior
Once client connected, this connection should stable until client disconnect by user activity.
Device details:
Device Type: Device
Model: Samsung M20
OS: Android Pie
Package Version: 28
Relevant Logs
No error log from client also server. there is only log for client is connected then disconnected only.
The text was updated successfully, but these errors were encountered:
the issue still happens on iOS. I call manager to disconnect the user of my socket-io server and calling Navigator.pop to destroy the page but after few seconds this reconnect again even if the Page is not more visible.
Actualy I this library has successful to send message and receive message. but there is one problem which is client is always disconnected and then reconnected itself for around 3 seconds. I have follow the example in this repo correctly but not solved.
I have developed socket io client for web version, and there is no issue in web version. socket is stable connected. web version is using transport polling.
My question is, how to know why android socket io client is always disconnected for around 3 seconds? I can't fixed this because there is no error log in client also on server. I just know the log client is connected then disconnected from server.
Expected behavior
Once client connected, this connection should stable until client disconnect by user activity.
Device details:
Relevant Logs
The text was updated successfully, but these errors were encountered: