-
**Is your feature request related to a problem? Please describe.**
The network monitoring feature was a great addition! Kudos for this and thank you!
For certain use cases, it would be great also to…
-
## Long story short
I use a websocket to detect when a page is closed. Every second the page will send a "beat" message. If after 5 seconds I didn't receive anything on the socket, then I consider …
-
客户端意外断开连接后,服务器未针对心跳超时关闭websocket连接,导致_chargePointStatusDict 还存储了状态数据,而且此时通过api发送websocket消息会出现异常
private static Dictionary _chargePointStatusDict = new Dictionary();
-
Hey there,
after using the latest chrome version on macos, I cannot use the web caller anymore.
In the console there is an error:
```
WebSocket connection to '' failed: WebSocket is closed befor…
-
### Operating System
Linux
### Programming Languages
Python
### CCXT Version
4.4.21
### Description
When watching orders on MEXC via a websocket, the status code s: 5 (5:Order filled partially,…
-
Need websocket implementation
-
Until recently, we had implemented our chess functionality on two different servers: The [WebSocket server](https://github.com/chesslablab/chess-server) and the [web server](https://github.com/chessla…
-
如题,在本地电脑上运行没有问题,但是在服务器上就会这样
```python
11-09 14:35:47 [ERROR] nonebot | QQ | Error while setup websocket to wss://sandbox.api.sgroup.qq.com/websocket. Trying to reconnect...
Traceback (most recent cal…
-
Ideally, the websocket could be closed both explicitly, with a `client.close()` method, and implicitly when the client goes out of scope.
The current implementation causes an issue in jest integrati…
-
Websocket compression was disabled in #433 . Root issue: #430
compression was fixed in coder/websocket 1.8.8 (Oct 20, 2023)
https://github.com/coder/websocket/commit/97d7f905e69c16e7cde77f12854…