Open zexee opened 7 years ago
https://github.com/Lawouach/WebSocket-for-Python/blob/cdf50bdc373154a6388a7434b0dda363ab2ea8b5/ws4py/client/__init__.py#L336
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.
https://github.com/Lawouach/WebSocket-for-Python/blob/cdf50bdc373154a6388a7434b0dda363ab2ea8b5/ws4py/client/__init__.py#L336
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.