Skip to content

Commit

Permalink
god
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 committed Oct 19, 2024
1 parent acdec61 commit ff7b44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcos-boostssl/bcos-boostssl/websocket/WsConnector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void WsConnector::connectToWsServer(const std::string& _host, uint16_t _port, bo

// resolve host
resolver->async_resolve(_host, std::to_string(_port),
[this, _host, _port, _disableSsl, endpoint, ioc, ctx, connector, builder, _callback](
[_host, _port, _disableSsl, endpoint, ioc, ctx, connector, builder, _callback](
boost::beast::error_code _ec, boost::asio::ip::tcp::resolver::results_type _results) {
if (_ec)
{
Expand Down

0 comments on commit ff7b44a

Please sign in to comment.