Hi,
I succeeded to setup a TCP connection with my server , its working great !
But i felt disappointed about the Connect step. Indeed , when the IP/Port are correct , the connection is established at once . But , when the IP is wrong or the server is shutdown , the editor freeze at least 30 sec then the log (that says i can’t connect) shows up.
I finally found the problem : FTcpSocketBuilder(“SOCKETNAME”).AsNonBlocking().Build() was not setting the socket AsNonBlocking.
I had to add “TCPSocket->SetNonBlocking(true);” in order to make it work so the editor doesn’t freeze anymore when the server is shutdown.
Is that a bug or was i doing that wrong ?
Plateform : OSX Yosemite, Editor 4.8.1