Fixed Issue with clearing buffer breaking response messages

This commit is contained in:
Chris Teubert
2017-05-02 12:00:00 -07:00
parent 9bb5f99f37
commit 10f3ce2854
2 changed files with 1 additions and 0 deletions

View File

@@ -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.