Skip to content

Commit

Permalink
8k and 16k support
Browse files Browse the repository at this point in the history
  • Loading branch information
Sang-Hoon-Pakr committed Apr 30, 2024
1 parent 69ab2b8 commit f741759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/core/websocket/websocket_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace wenet {
namespace beast = boost::beast; // from <boost/beast.hpp>
namespace http = beast::http; // from <boost/beast/http.hpp>
namespace websocket = beast::websocket; // from <boost/beast/websocket.hpp>
namespace asio = boost::asio; // from <boost/asio.hpp> or
namespace asio = boost::asio; // from <boost/asio.hpp>
using tcp = boost::asio::ip::tcp; // from <boost/asio/ip/tcp.hpp>

class WebSocketClient {
Expand Down

0 comments on commit f741759

Please sign in to comment.