-
Notifications
You must be signed in to change notification settings - Fork 224
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 gateway module and further testing #5556
Conversation
cda79c9
to
34eb507
Compare
3e1435e
to
8b8cd8a
Compare
@@ -1723,20 +1723,26 @@ impl Gateway { | |||
}) | |||
} | |||
|
|||
pub async fn select_client_v2( |
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.
Is there a reason we shouldn"t use the existing select_client()
method?
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.
Looks pretty much the same to me
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.
We want the and anyhow::Result though.
68f1251
to
e2bfd56
Compare
296cdd4
to
29ec832
Compare
038230f
to
73658bf
Compare
No description provided.