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

Use Driver in start_driver() #2536

Closed
wants to merge 7 commits into from
Closed

Use Driver in start_driver() #2536

wants to merge 7 commits into from

Conversation

panh99
Copy link
Contributor

@panh99 panh99 commented Oct 25, 2023

start_driver() currently accesses Driver API via GrpcDriver. A more ideal way is to use the Driver instead, given that Driver will be able to handle errors coming from network connections in the near future.

Based on #2535, this PR replaces GrpcDriver in start_driver() with Driver and updates the code and unit tests accordingly.

@panh99 panh99 marked this pull request as draft October 25, 2023 20:51
@panh99 panh99 closed this Dec 1, 2023
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.

1 participant