Open panshuaiyin opened 2 months ago
I have the same! And this is very awkward, because the script works with orders and their cancellation.. I'm thinking of using systemd or some other autorestart thing. But I decided to consult with the developers: maybe this is a temporary phenomenon?
python3.12 - maybe that's the point?
Yes, the socket is indeed not gracefully closed and you may get banned easily. Should be marked as severe issue with highest priority.
when i run:
it returns:
i'm confused. When bybit_ws.exit(), i think it should return nothing and exit successfully. But it still runs self.ws.send(self.custom_ping_message) and returns websocket._exceptions.WebSocketConnectionClosedException: Connection is already closed.