golang-socketio
golang-socketio copied to clipboard
Client is force disconnected every 30s
Please provide a code snippet from both client and server side to reproduce the issue.
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.