Skip to content

Commit 65a698f

Browse files
authored
2206 GDK QFE4 (#595)
* 2206 GDK QFE4
1 parent 97a1240 commit 65a698f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Source/Services/Multiplayer/multiplayer_service.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,13 @@ HRESULT MultiplayerService::SubscribeToRta() noexcept
12131213
{
12141214
handler.second();
12151215
}
1216+
1217+
// If there were sessions awaiting a connectionId, complete those AsyncContexts
1218+
for (auto& pair : sharedThis->m_sessionsAwaitingConnectionId)
1219+
{
1220+
pair.second.Complete(S_OK);
1221+
}
1222+
sharedThis->m_sessionsAwaitingConnectionId.clear();
12161223
}
12171224
});
12181225

Source/Shared/build_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
//*********************************************************
1010
#pragma once
1111

12-
#define XBOX_SERVICES_API_VERSION_STRING "2022.06.20220822.3"
12+
#define XBOX_SERVICES_API_VERSION_STRING "2022.06.20220915.4"

0 commit comments

Comments
 (0)