Closed carmas123 closed 3 years ago
Hi I try Get_Server and all work fine except for the websocket. When I try to test websocket (for example with a Chrome extension) my server go down and raise an unhandled exception:
Unhandled exception: WebSocketException: Invalid WebSocket upgrade request
Now if this is a protocol problem the should not terminate.
Problem solved using another WebSocket client extension to run tests.
Hi I try Get_Server and all work fine except for the websocket. When I try to test websocket (for example with a Chrome extension) my server go down and raise an unhandled exception:
Now if this is a protocol problem the should not terminate.