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
Maybe you can consider the option of adding custom headers for the handshake.
Some brokers may require: user agent, host, origin, Sec-WebSocket-Extensions headers. For the moment I hardcoded them direclty into client.py which is not clean solution but it works for my app.
The text was updated successfully, but these errors were encountered:
Maybe you can consider the option of adding custom headers for the handshake.
Some brokers may require: user agent, host, origin, Sec-WebSocket-Extensions headers. For the moment I hardcoded them direclty into client.py which is not clean solution but it works for my app.
The text was updated successfully, but these errors were encountered: