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

fix: attach 8-bit path segments to session info #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mmatl
Copy link

@mmatl mmatl commented Apr 3, 2024

Having the 8-bit path segment flag attached to the message router prevents you from connecting to multiple adapters with varying support for 16-bit path segments. For our use case, it makes more sense to attach that flag to the SessionInfo object. Since the SessionInfo is used when creating the EPath for forward open requests, we can dynamically modify the EPath format on a per-session / per-adapter basis.

This is a breaking change, so let me know if there's something you'd like modified here.

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.

None yet

1 participant