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
..
2020-11-12 13:07:31 -08:00
2021-11-24 08:28:25 -08:00
2021-11-24 08:28:25 -08:00
2022-01-05 10:21:33 -08:00
2022-01-05 10:21:33 -08:00
2022-01-05 10:21:33 -08:00
2022-01-05 10:21:33 -08:00
2020-03-24 12:48:55 -07:00
2021-11-24 08:28:25 -08:00
2021-11-24 08:28:25 -08:00
2020-04-24 15:34:00 -07:00
2020-11-15 21:09:58 -08:00
2020-07-08 10:39:46 -07:00
2019-05-30 08:46:50 -07:00
2019-08-30 12:50:56 -07:00
2020-04-24 15:34:00 -07:00
2020-11-15 21:09:58 -08:00
2020-11-15 21:09:58 -08:00
2020-04-16 11:58:06 -07:00
2021-11-24 08:28:25 -08:00
2021-11-24 08:28:25 -08:00
2022-01-05 10:43:18 -08:00