-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Serialize parallel downloads, fixes #1774
In case if multiple requests to get session event data were issued to the auth server at the same time, multiple download requests were originated, and sometimes partial data was returned. This commit serializes downloads of the session in the context of the same auth server.
- Loading branch information
1 parent
49c1198
commit a75034f
Showing
2 changed files
with
129 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters