Can't send PING #902
-
Describe the bug Expected behavior Logs Attempting WebSocket connection to wss://agnj3.866rt7hh.com/socket.io/?gid=c46cd3394b0b0c28&token=9689657a-615e-4842-ba93-a2a76fa53945&id=340u02z41nkuadd3coqpym4p&rid=2&EIO=3&transport=websocket&EIO=3 python-engineio @ git+https://github.com/miguelgrinberg/python-engineio@a9fb317c29d93b98a729df800f124b6b923fc82c Attempting WebSocket connection to wss://agnj3.866rt7hh.com/socket.io/?gid=b3b0167a4570380d&token=32fe8a7c-faae-4285-a9c2-ab7feed1078f&id=hwec5xplfgot5se0wt1cce02&rid=2&EIO=3&transport=websocket&EIO=4 i whant to use latest version |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please don't write issues when you need assistance troubleshooting your application. The issues board is for tracking bugs in this project. The discussion board is to troubleshoot your own application's problems. The problem that you have is not clear from your description. I don't see anything in the logs that you included that indicates a problem. The first log is for an old version of this package and the Socket.IO protocol, where the client issued PING packets and the server responded with PONG. In the latest revision of the Socket.IO protocol, the server sends the PING and the client responds with PONG. Your client must implement the same version of the Socket.IO protocol as the server for things to work. |
Beta Was this translation helpful? Give feedback.
Please don't write issues when you need assistance troubleshooting your application. The issues board is for tracking bugs in this project. The discussion board is to troubleshoot your own application's problems.
The problem that you have is not clear from your description. I don't see anything in the logs that you included that indicates a problem. The first log is for an old version of this package and the Socket.IO protocol, where the client issued PING packets and the server responded with PONG. In the latest revision of the Socket.IO protocol, the server sends the PING and the client responds with PONG. Your client must implement the same version of the Socket.IO protocol as the serv…