-
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.
* fixes #3823 and fixes #3822 (#3824) Co-authored-by: Chris Hanna <[email protected]> * Fix/double asmdefs (#3825) * Fix migrator asmdef validator * fix git ignore not existing in unity projects * Changelogs * change order of git ignore init to be consistent with other locations --------- Co-authored-by: Chris Hanna <[email protected]> * changelog and unity cli up to 3.0.2 rc1 * 2.0.1 patch (#3826) * Fix flawed websocket retry logic (#3815) * attempt to fix retry logic around websocket * we always create before we connect so move it in there * Replaced coroutineService with _coroutineService We are no longer passing in a coroutineService, so we should use _coroutineService instead, so the code compiles. * Ensure we refresh the token on retry It can be true that the websocket reconnect can happen before we make another request to refresh the token. Eventually it will refresh but adding this line here will ensure that we only get 1 websocket connection exception in that case * let the BeamableApiRequester be fetched from DI * update changelog --------- Co-authored-by: ben-beamable <[email protected]> # Conflicts: # client/Packages/com.beamable/CHANGELOG.md * fix cli release date for changelog for 3.0.2 * update cli to 3.0.2 --------- Co-authored-by: Justin LeFebvre <[email protected]> Co-authored-by: Chris Hanna <[email protected]> * changelog and minor version * better fix --------- Co-authored-by: Chris Hanna <[email protected]> Co-authored-by: gabrielbeamable <[email protected]> Co-authored-by: Justin LeFebvre <[email protected]>
- Loading branch information
1 parent
a55aeaf
commit 61f1957
Showing
9 changed files
with
50 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
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
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
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
2 changes: 1 addition & 1 deletion
2
client/Packages/com.beamable/Runtime/Environment/Resources/versions-default.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"nugetPackageVersion": "3.0.1" | ||
"nugetPackageVersion": "3.0.2" | ||
} |