mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 09:25:49 +00:00
Add missing callback to connectionTerminated
This commit is contained in:
parent
25faaa9e6b
commit
39f6631201
@ -158,6 +158,7 @@ static void lossStatsThreadFunc(void* context) {
|
|||||||
if (!sendMessageAndForget(PTYPE_LOSS_STATS,
|
if (!sendMessageAndForget(PTYPE_LOSS_STATS,
|
||||||
PPAYLEN_LOSS_STATS, lossStatsPayload)) {
|
PPAYLEN_LOSS_STATS, lossStatsPayload)) {
|
||||||
Limelog("Loss stats thread terminating #1\n");
|
Limelog("Loss stats thread terminating #1\n");
|
||||||
|
listenerCallbacks->connectionTerminated(LastSocketError());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user