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

[refactor] connect.rs: extract duplicated code into a function #270

Merged
merged 1 commit into from
Mar 17, 2023

Conversation

vvv
Copy link
Contributor

@vvv vvv commented Mar 17, 2023

connect_async_with_config and connect_async_tls_with_config have identical implementations. connector parameter is the only difference.

`connect_async_with_config` and `connect_async_tls_with_config` have
identical implementations. `connector` parameter is the only difference.
@daniel-abramov daniel-abramov merged commit dbea999 into snapview:master Mar 17, 2023
@daniel-abramov
Copy link
Member

Thanks!

@vvv vvv deleted the refactor-connect branch March 18, 2023 06:22
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.

None yet

2 participants