Fix main.cpp
This commit is contained in:
parent
0a38de5c7f
commit
8e9a97d62b
1 changed files with 1 additions and 2 deletions
3
main.cpp
3
main.cpp
|
@ -4,8 +4,7 @@
|
|||
|
||||
auto Test() -> boost::asio::awaitable<void> {
|
||||
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 =
|
||||
|
|
Loading…
Reference in a new issue