Skip to content
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

feat!: use connection ID in connection manager #580

Merged
merged 1 commit into from
Apr 6, 2024

Conversation

agaffney
Copy link
Contributor

@agaffney agaffney commented Apr 6, 2024

This updates the connection manager to use the new Connection ID instead of a user-provided int value.

Fixes #577

BREAKING CHANGE: the API interface for ConnectionManager is changing to use ConnectionId instead of an arbitrary user-provided value

This updates the connection manager to use the new Connection ID instead
of a user-provided int value.

Fixes #577

BREAKING CHANGE: the API interface for ConnectionManager is
changing to use ConnectionId instead of an arbitrary user-provided
value
@agaffney agaffney merged commit c051f8e into main Apr 6, 2024
8 checks passed
@agaffney agaffney deleted the feat/connection-manager-id branch April 6, 2024 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch to Connection ID as key in connection manager
2 participants