Error on socket send

Also consider the AsReusable() method on the FTcpSocketBuilder. It will allow you to reuse the same port in multiple processes.

FSocket* socket = FTcpSocketBuilder(*socketName).AsReusable();