-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bugs and networking quality of life improvements #523
Conversation
GregHib
commented
Apr 26, 2024
•
edited
Loading
edited
- Fixes Calling one queue can resume another #522
- Fixes Fence collision issue #517
- Closes Split GameObjectCollision into two classes #474
- Closes Replace coroutine context with scopes #508
- Closes Replace coroutine try-catches with exception handlers #509
- Closes Use non cancellable context around storage calls #510
- Closes Replace SharedFlows with Channels #519
Qodana Community for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
... and 10 files with indirect coverage changes @@ Coverage Diff @@
## main #523 +/- ##
============================================
+ Coverage 32.26% 32.48% +0.22%
- Complexity 4530 4540 +10
============================================
Files 1241 1243 +2
Lines 39931 39980 +49
Branches 8470 8480 +10
============================================
+ Hits 12882 12986 +104
+ Misses 24160 24097 -63
- Partials 2889 2897 +8
|