Skip to content

Commit

Permalink
2206 GDK QFE4 (#595)
Browse files Browse the repository at this point in the history
* 2206 GDK QFE4
  • Loading branch information
natiskan authored Oct 1, 2022
1 parent 97a1240 commit 65a698f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Source/Services/Multiplayer/multiplayer_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,13 @@ HRESULT MultiplayerService::SubscribeToRta() noexcept
{
handler.second();
}

// If there were sessions awaiting a connectionId, complete those AsyncContexts
for (auto& pair : sharedThis->m_sessionsAwaitingConnectionId)
{
pair.second.Complete(S_OK);
}
sharedThis->m_sessionsAwaitingConnectionId.clear();
}
});

Expand Down
2 changes: 1 addition & 1 deletion Source/Shared/build_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
//*********************************************************
#pragma once

#define XBOX_SERVICES_API_VERSION_STRING "2022.06.20220822.3"
#define XBOX_SERVICES_API_VERSION_STRING "2022.06.20220915.4"

0 comments on commit 65a698f

Please sign in to comment.