projectharmonia / bevy_replicon

Server-authoritative networking crate for the Bevy game engine.
https://crates.io/crates/bevy_replicon
Apache License 2.0
352 stars 31 forks source link

Fix server event race condition #334

Closed UkoeHB closed 1 month ago

UkoeHB commented 1 month ago

Closes #333

Solution:

TODO:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 90.09009% with 11 lines in your changes missing coverage. Please review.

Project coverage is 90.05%. Comparing base (0a61d5e) to head (f99ab54). Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/core/event_registry/server_event.rs 87.50% 10 Missing :warning:
src/server.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #334 +/- ## ========================================== + Coverage 89.70% 90.05% +0.34% ========================================== Files 37 37 Lines 2322 2362 +40 ========================================== + Hits 2083 2127 +44 + Misses 239 235 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.