You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Binary packets sent through WebSocket are sent as strings. I'm not sure if the problem is in the WS client itself or in how I'm using it. This issue does not exist when using the asyncio client, which uses a different websocket client.
@akgondber can I ask you to test the master branch of this package? I believe I have addressed the problem with binary payloads. I missed the fact that the websocket client has a separate send function for binary.
No description provided.
The text was updated successfully, but these errors were encountered: