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

Fix crash when receiving payload that is null #13

Closed asjur closed 3 years ago

asjur commented 3 years ago

This fixes issue #12

Unsure if this is how you would solve it but I haven't found any downsides to doing it this way.

ryo-ma commented 3 years ago

Thanks! I will check it.