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
I have implemented socket.io client side in java spring boot, using thread pool executor. Now my socket connections are build successfully, but after 50s to 1 minute, they start getting disconnected. How to sustain socket connections? My code is as below
I have implemented socket.io client side in java spring boot, using thread pool executor. Now my socket connections are build successfully, but after 50s to 1 minute, they start getting disconnected. How to sustain socket connections? My code is as below
My java socket.io-client 2.1.0 is compatible with socket.io server v4.x.
The text was updated successfully, but these errors were encountered: