fix(guard): serialize gateway actor keys correctly#4655
fix(guard): serialize gateway actor keys correctly#4655NathanFlurry wants to merge 1 commit intobreak-up/subscribe-before-namespace-dispatchfrom
Conversation
Code Review: fix(guard): serialize gateway actor keys correctlyOverviewThis PR fixes a semantic bug in CorrectnessNo functional change in this PR. Both constants equal This is still the right fix. Had either constant ever drifted (e.g. Minor Suggestion: Eliminate
|
| Area | Assessment |
|---|---|
| Correctness | No functional regression; semantic fix is valid |
| Code style | Consistent with surrounding code |
| Suggestion | KEY_SEPARATOR_CHAR can be removed; use &str for both replace and join |
| Tests | Missing -- worth adding for the escape logic |
Small, low-risk fix. Removing KEY_SEPARATOR_CHAR is a nice-to-have, not a blocker.
a05b2e5 to
a91a7cb
Compare
9550912 to
3948546
Compare
3948546 to
eb94473
Compare
a91a7cb to
a752140
Compare
eb94473 to
55e0885
Compare
a752140 to
2aca1af
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: