diff --git a/main.cpp b/main.cpp index d9f4d00..fe56583 100644 --- a/main.cpp +++ b/main.cpp @@ -4,8 +4,7 @@ auto Test() -> boost::asio::awaitable { try { - auto executor = co_await boost::asio::this_coro::executor; // NOLINTNEXTLINE - // auto sock = co_await yail::Socks5ProxyConnect("127.0.0.1", 4447, "irc.ilita.i2p", 6667); + auto executor = co_await boost::asio::this_coro::executor; // NOLINTNEXTLINE auto sock = co_await yail::Socks5ProxyConnect("127.0.0.1", 4447, "irc.ilita.i2p", 6667); auto client =