forked from googleforgames/agones
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return last result even if all multicluster allocations fail
Fixes googleforgames#2011 This resolves an edge case where if all connections in a multicluster allocation failed, the allocation would return (nil, nil) and cause protobuf to fail to serialize the response. Instead, the last result (even if it was unsuccessful!) is returned. An example of this is if all clusters being fully allocated.
- Loading branch information
1 parent
bf6e6c3
commit b038200
Showing
2 changed files
with
6 additions
and
4 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