Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- std::string data;
- ws_.async_read(boost::asio::buffer(data), [](boost::beast::error_code const& ec,
- std::size_t bytes_written)
- {
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement