Fix main.cpp

This commit is contained in:
sha512sum 2024-10-22 18:28:09 +00:00
parent 0a38de5c7f
commit 8e9a97d62b

View file

@ -4,8 +4,7 @@
auto Test() -> boost::asio::awaitable<void> { auto Test() -> boost::asio::awaitable<void> {
try { try {
auto executor = co_await boost::asio::this_coro::executor; // NOLINTNEXTLINE auto executor = co_await boost::asio::this_coro::executor;
// auto sock = co_await yail::Socks5ProxyConnect("127.0.0.1", 4447, "irc.ilita.i2p", 6667);
// NOLINTNEXTLINE // NOLINTNEXTLINE
auto sock = co_await yail::Socks5ProxyConnect("127.0.0.1", 4447, "irc.ilita.i2p", 6667); auto sock = co_await yail::Socks5ProxyConnect("127.0.0.1", 4447, "irc.ilita.i2p", 6667);
auto client = auto client =