Fixed Issue with clearing buffer breaking response messages
This commit is contained in:
@@ -211,6 +211,7 @@ float XPCFlightLoopCallback(float inElapsedSinceLastCall,
|
||||
XPC::Log::WriteLine(LOG_WARN, "EXEC", "Cleared UDP Buffer");
|
||||
delete sock;
|
||||
sock = new XPC::UDPSocket(RECVPORT);
|
||||
XPC::MessageHandlers::SetSocket(sock);
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user