mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 10:53:36 +00:00
WaitForSingleObject() uses the maximum 32-bit value for specifying infinite timeout (while INFINITY might overflow that sized value back to 0) which caused the server wait event to not actually wait when compiled with Clang (and the game to be forever stuck on a black screen due to abnormal server state) |
||
|---|---|---|
| .. | ||
| Sony | ||
| GameNetworkManager.cpp | ||
| GameNetworkManager.h | ||
| NetworkPlayerInterface.h | ||
| PlatformNetworkManagerInterface.h | ||
| PlatformNetworkManagerStub.cpp | ||
| PlatformNetworkManagerStub.h | ||
| SessionInfo.h | ||