admin管理员组文章数量:1433505
Node.js socket io server disconnects python socket.io client after 30 seconds.. server sends this:
0{"sid":"6afJCYzsh1Yz3bh3AAAA","upgrades":[],"pingInterval":25000,"pingTimeout":5000}
am not able to find any other references of how a non nodejs client should respond to keep the connection alive.. nodejs client works well..
Tried with nodejs client, that worked beyond 30 seconds.. only python and c# client that i tried, gets disconnected in 30 seconds..
`import socketio
sio = socketio.Client()`
本文标签: Nodejs socket io server disconnects python socketio client after 30 secondsStack Overflow
版权声明:本文标题:Node.js socket io server disconnects python socket.io client after 30 seconds - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745614405a2666309.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论