This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user