ryo-ma / deno-websocket

🦕 A simple WebSocket library like ws of node.js library for deno
https://deno.land/x/websocket
MIT License
152 stars 17 forks source link

As a echo server and connect by a client #15

Open zarda opened 3 years ago

zarda commented 3 years ago

We got a error message

Error [ERR_UNHANDLED_ERROR]: Unhandled error. ({ RangeError: Invalid WebSocket frame: invalid status code 0

while the client is connected.

ryo-ma commented 3 years ago

Maybe the same problem. https://github.com/ryo-ma/deno-websocket/issues/5

ryo-ma commented 3 years ago

@zarda Can you try the new version?