0
点赞
收藏
分享

微信扫一扫

Simple-WebSocket-Server使用

素的盐 2022-05-24 阅读 52

说明

     提供一个简单的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()));

     }

举报

相关推荐

0 条评论