Priyank Bangar

Results 2 comments of Priyank Bangar

Hello, I was facing the same thing, so I did the following changes to the /websocket-server/websocket_server.py file : Change in WebSocketHandler class: ```python def read_http_headers(self): headers = {} # first...