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