flaribbit / love2d-lua-websocket

websocket client pure lua implement for love2d
MIT License
37 stars 10 forks source link

timeout when getting message length #6

Closed flaribbit closed 3 years ago

flaribbit commented 3 years ago

https://github.com/flaribbit/love2d-lua-websocket/blob/c1a5b6541d049bce7dbf34c70016767fe1b740d2/websocket.lua#L120-L130 Line 130, exception is not handled when getting message length timeout.

This part will be rewritten in next version.