mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 14:21:30 +00:00
Terminate with the given error code if the disconnect timeout expires instead of -1
This commit is contained in:
+1
-1
@@ -501,7 +501,7 @@ static void controlReceiveThreadFunc(void* context) {
|
|||||||
// assume the server died tragically, so go ahead and tear down.
|
// assume the server died tragically, so go ahead and tear down.
|
||||||
PltUnlockMutex(&enetMutex);
|
PltUnlockMutex(&enetMutex);
|
||||||
Limelog("Disconnect event timeout expired\n");
|
Limelog("Disconnect event timeout expired\n");
|
||||||
ListenerCallbacks.connectionTerminated(-1);
|
ListenerCallbacks.connectionTerminated(terminationErrorCode);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user