Skip to content

Add ConnectionBase.ChangeState(MpConnectionState) and introduce state-passing through that#889

Merged
notfood merged 4 commits intorwmt:devfrom
mibac138:conn-state-2
Apr 19, 2026
Merged

Add ConnectionBase.ChangeState(MpConnectionState) and introduce state-passing through that#889
notfood merged 4 commits intorwmt:devfrom
mibac138:conn-state-2

Conversation

@mibac138
Copy link
Copy Markdown
Member

Only use the new ChangeState to pass around username for now. Should generally help to properly scope data to a given state and slightly reduce reliance on reflection.

The only non-test usage was in Rejoiner, which did nothing. There isn't
any use-case for this, except tests for which there now is a test-only
extension method.
Previously it was somewhat used on the client-side as a quick hack.
Clean it up and only use it on the server.
@mibac138 mibac138 added the enhancement New feature or request. label Apr 19, 2026
@notfood notfood added the 1.6 Fixes or bugs relating to 1.6 (Not Odyssey). label Apr 19, 2026
@notfood notfood merged commit 07b73c5 into rwmt:dev Apr 19, 2026
1 check passed
@mibac138 mibac138 deleted the conn-state-2 branch April 19, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.6 Fixes or bugs relating to 1.6 (Not Odyssey). enhancement New feature or request.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants