Update network.cpp

This commit is contained in:
Maurice Heumann 2022-10-25 08:35:58 +02:00 committed by GitHub
parent e89ab95048
commit 719843db76

View File

@ -144,10 +144,7 @@ namespace network
}); });
// TODO: Fix that // TODO: Fix that
scheduler::once([] scheduler::once(create_ip_socket, scheduler::main);
{
create_ip_socket();
}, scheduler::main);
/*std::thread([] /*std::thread([]
{ {