- 
                Notifications
    
You must be signed in to change notification settings  - Fork 23
 
refactor: implement builder pattern for TransportManager #453
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
refactor: implement builder pattern for TransportManager #453
Conversation
| 
           Amazing! We'll schedule a review for this week. Thanks for taking a look at this 🙏  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good! Thanks for contributing 🙏
supported_transports
| 
           Thanks for the review @lexnv. I've pushed fixes for all the issues.  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks again for contributing, this makes the API usage much better 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done!
| 
           ty @dmitry-markin. all fixes pushed  | 
    
| 
           @lexnv IMO the PR is ready to be merged.  | 
    
This PR implements the builder pattern for
TransportManager.resolves #343