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 tokio #66

Merged
merged 5 commits into from
Oct 4, 2024
Merged

refactor tokio #66

merged 5 commits into from
Oct 4, 2024

Conversation

giangndm
Copy link
Contributor

@giangndm giangndm commented Oct 4, 2024

This PR switched to Tokio for avoiding some issue with AsyncWrite. Related to #63

Copy link

codecov bot commented Oct 4, 2024

Codecov Report

Attention: Patch coverage is 0% with 257 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@1b856ce). Learn more about missing BASE report.

Files with missing lines Patch % Lines
crates/relayer/src/agent_worker.rs 0.00% 38 Missing ⚠️
crates/protocol/src/cluster.rs 0.00% 37 Missing ⚠️
crates/relayer/src/proxy_listener/tcp.rs 0.00% 20 Missing ⚠️
crates/protocol/src/stream.rs 0.00% 19 Missing ⚠️
crates/relayer/src/agent_listener/tcp.rs 0.00% 19 Missing ⚠️
crates/relayer/src/agent_listener/quic.rs 0.00% 18 Missing ⚠️
crates/agent/src/connection/tcp.rs 0.00% 17 Missing ⚠️
crates/relayer/src/lib.rs 0.00% 13 Missing ⚠️
crates/agent/src/connection/quic.rs 0.00% 11 Missing ⚠️
crates/relayer/src/proxy_listener/cluster.rs 0.00% 10 Missing ⚠️
... and 12 more
Additional details and impacted files
@@          Coverage Diff           @@
##             main     #66   +/-   ##
======================================
  Coverage        ?   0.00%           
======================================
  Files           ?      30           
  Lines           ?    2094           
  Branches        ?       0           
======================================
  Hits            ?       0           
  Misses          ?    2094           
  Partials        ?       0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@giangndm giangndm merged commit 1010210 into 8xFF:main Oct 4, 2024
9 checks passed
@github-actions github-actions bot mentioned this pull request Oct 4, 2024
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