golang-socketio icon indicating copy to clipboard operation
golang-socketio copied to clipboard

Client is force disconnected every 30s

Open kabaluyot opened this issue 5 years ago • 2 comments

kabaluyot avatar Mar 28 '20 13:03 kabaluyot

Please provide a code snippet from both client and server side to reproduce the issue.

mtfelian avatar Apr 02 '20 17:04 mtfelian

Server side is a third-party socketio server. Tested it with 2 connections for comparison: using node socketio and using this. I followed your socketio example. The go socketio client always disconnect after 30s. The node socketio client works perfectly.

kabaluyot avatar Apr 04 '20 03:04 kabaluyot