Skip to content

Make the transport a generic instead of Box dyn#395

Merged
jrebelo merged 5 commits into
mainfrom
generic_transport
Sep 12, 2025
Merged

Make the transport a generic instead of Box dyn#395
jrebelo merged 5 commits into
mainfrom
generic_transport

Conversation

@jrebelo

@jrebelo jrebelo commented Sep 11, 2025

Copy link
Copy Markdown
Contributor

Make the transport a generic instead of Box dyn. This allows us to have async functions for many of the methods provided by the transport.

Because of the actor architecture of the library this change is contained to the internals of the library and doesn't propagate to the user interface. The only exception was the ability to set the transport dynamically but this is now removed an must be defined on construction of the participant factory.

@jrebelo jrebelo requested a review from stkimmer September 11, 2025 21:38
@jrebelo jrebelo merged commit c5dbf60 into main Sep 12, 2025
12 checks passed
@jrebelo jrebelo deleted the generic_transport branch September 12, 2025 14:15
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.

2 participants