3 support issues
- All
- Questions
- Suggestions
- Problems
Quentin Gosset
Feb 12, 2024
WS response not correctly display
after a connection and send a message to a WS, the message log windows display only datetime but not the message. We need to open the console and check network to see ws response message.
- Report illegal content
- Copy link
Sergio Trujillo
Apr 28, 2020
About using Pyhton 3 server...
Hello. I want to communicate with a Python 3 simple server example. I run this server in console mode (Windows 7 x64) with "python xxxx.py" statement and wait for client. When I connect to server from your chrome extension, server get the connexion but stop it and your plugin print "Disconnected". How can I do a socket connection to my python server?
- Report illegal content
- Copy link
魏伟宁
Apr 19, 2019
增加socket.io客户端模式
socket.io是通过兼容不支持websocket的方式实现的,因此客户端是通过http的方式进行连接,这样导致您的程序无法送正确连接到通过socket.io搭建的websocket服务,我通过您的程序进行了改造可以支持socket.io-client的链接,我可以将代码发给您更新一下吗,如果不在维护,我是否可以在您代码的基础上发布一个仅支持socket.io风格的插件呢
- Report illegal content
- Copy link