slawlor / ractor

Rust actor framework
MIT License
1.52k stars 73 forks source link

fix issue where remote actors in PG's were always joined into the default scope locally #269

Closed stalkopat closed 1 month ago

stalkopat commented 1 month ago

Currently remote actors are always joined into the default process group.

This patch properly joins them into the scoped groups that are transmitted by the remote node.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 83.33333% with 4 lines in your changes missing coverage. Please review.

Project coverage is 79.90%. Comparing base (7f6e8f6) to head (258c2f1). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
ractor_cluster/src/node/node_session/mod.rs 33.33% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #269 +/- ## ========================================== + Coverage 79.88% 79.90% +0.01% ========================================== Files 60 60 Lines 10192 10211 +19 ========================================== + Hits 8142 8159 +17 - Misses 2050 2052 +2 ```

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