Peter,
As usual, I can't thank you enough for this library! My websocket development time is next to nil because of how well you put it together. Thank you!
How can I detect if websocketpp::frame::opcode::text isn't valid UTF8? I'd like to blacklist any who do not send valid UTF8
Also, will send(hdl, message, websocketpp::frame::opcode::text) fail or give error if a non-valid UTF8 encodable std::string is passed? If so, how can the effect be manipulated? To avoid blacklisting, I'd like to be able to detect if an outgoing message is not valid UTF8.
Finally, are invalid UTF-8 characters permitted? If so, is there way to forbid them?
Thank you so much in advance and for this amazing library!