Andreas Hausladen b5cf33a582
Introduction of IXWebSocketSendData (#347)
* Introduction of IXWebSocketSendData that makes it possible to not only send std::string but also std::vector<char/uint8_t> and char* without copying them to a std::string first.

Add a sendUtf8Text() method that doesn't check for invalid UTF-8 characters. The caller must guarantee that the string only contains valid UTF-8 characters.

* Updated usage.md: sendUtf8Text() and IXWebSocketSendData
2022-01-10 10:34:24 -08:00
..
2021-09-29 12:15:31 -07:00
2022-01-05 10:43:18 -08:00
2021-11-24 09:00:23 -08:00
2021-11-24 09:02:42 -08:00