jonataslaw / get_server

A backend server that makes it possible to program with Flutter syntax and reuse existing code
Apache License 2.0
477 stars 42 forks source link

WebSocket issue #38

Closed carmas123 closed 3 years ago

carmas123 commented 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.

carmas123 commented 3 years ago

Problem solved using another WebSocket client extension to run tests.