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

Add open() API to UTransport #153

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Add open() API to UTransport #153

merged 1 commit into from
Jul 15, 2024

Conversation

stevenhartley
Copy link

Some transports require initialization that should not be done inside of the constructor so we add the open() API that can be implemented to do the async initialization of the underlining transport.

#146

Some transports require initialization that should not be done inside of the constructor so we add the open() API that can be implemented to do the async initialization of the underlining transport.

#146
Copy link

Code coverage report is ready! 📈

@stevenhartley stevenhartley merged commit b71c1ab into main Jul 15, 2024
6 checks passed
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.

3 participants