说明
提供一个简单的websocket框架
网址(github不可用)
https://gitlab.com/eidheim/Simple-WebSocket-Server
修复问题
/// Convenience function to return std::string.
std::string string() noexcept {
return std::string(asio::buffers_begin(streambuf.data()), asio::buffers_end(streambuf.data()));
}