mirror of
https://github.com/status-im/nim-websock.git
synced 2025-01-09 17:15:39 +00:00
0ec755738c
* validate utf8 at the message level * move utf-8 validation to message * rename `recv` to `recvMsg` * add partial frame validation tests * use `recvMsg` instead of `recv`