copium
All checks were successful
Linux arm64 / Build (push) Successful in 23m5s

This commit is contained in:
=
2024-04-10 17:17:00 +02:00
parent f3d5b4aeab
commit bae3d70b3c

View File

@@ -89,7 +89,7 @@ bool TCPSocket::Connect(const std::string& host, unsigned short port) {
return false;
}
SetBlocking(m_Blocking);
//SetBlocking(m_Blocking);
struct addrinfo* ptr = nullptr;
for (ptr = result; ptr != nullptr; ptr = ptr->ai_next) {