mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-05 07:16:02 +00:00
Add missing callback to connectionTerminated
This commit is contained in:
@@ -158,6 +158,7 @@ static void lossStatsThreadFunc(void* context) {
|
||||
if (!sendMessageAndForget(PTYPE_LOSS_STATS,
|
||||
PPAYLEN_LOSS_STATS, lossStatsPayload)) {
|
||||
Limelog("Loss stats thread terminating #1\n");
|
||||
listenerCallbacks->connectionTerminated(LastSocketError());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user