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
I don't know much about websocket but when use this to connect libwebsocket-based server, it will crash, and the error comes from this line. The value is b'ws'. Simply change this line to protocols = value, and it works fine.
The text was updated successfully, but these errors were encountered:
WebSocket-for-Python/ws4py/client/__init__.py
Line 336 in cdf50bd
I don't know much about websocket but when use this to connect libwebsocket-based server, it will crash, and the error comes from this line. The value is b'ws'. Simply change this line to protocols = value, and it works fine.
The text was updated successfully, but these errors were encountered: