Aircg

Results 2 comments of Aircg

Well, I got the following info while running `websocat -v wss://fstream.binance.com/ws` ```text INFO websocat::lints] Auto-inserting the line mode [INFO websocat::stdio_threaded_peer] get_stdio_peer (threaded) [INFO websocat::ws_client_peer] get_ws_client_peer ``` It seems that I...

> @CGair23 Same problem here, do you find the solution? Well, no. so I wrote a websocket client using websocket, which seems like: ``` import logging import websocket class UMWebsocketClient(object):...