Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
feat: Allow shutdown of Provider (#121)
Browse files Browse the repository at this point in the history
This adds Provider::shutdown allowing to stop the Provider without
having to abort it.  On the wire however it still does not do anything
graceful: all the connections are stopped and any in-transit data is
lost.

Additionally this adds tracing spans to the connection handling.

Finally it fixes a bug where read_lp would not return None if the
connection was closed normally.

Part of #77 but this is not very graceful on the wire yet.
  • Loading branch information
flub authored Feb 7, 2023
1 parent 3eff210 commit 13f703f
Show file tree
Hide file tree
Showing 5 changed files with 627 additions and 89 deletions.
Loading

0 comments on commit 13f703f

Please sign in to comment.