mirror of
https://github.com/logos-storage/nim-websock.git
synced 2026-01-05 07:03:10 +00:00
* 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`