-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed connections to allow user to provide the stream (#4)
* Added keep alive to tokio network * Removed nested packets mod * Remove nightly toolchain and async_fn_in_trait feature * Removed more code dependent on async_fn_in_trait * Adjusted smol stream to return pingresp and disconnect indicators too. * Removed atomic_disconnect and added return info Removed atomic disconnect from event handler and added enum to return status of the event handler. * Removed commented section * Added return info and keep alive * Added async_trait for handler * Removed stages, they don't work atm * Adjusted license to MPL * Removed warn from tokio_network * Fixed tokio example test in lib * Always perform reset in the needed cases * Adjust lib tests * fmt and clippy * Adjusted trait bounds * Adjusted doc example * Fix lib test cases * rustfmt * Remove vscode dir * Add license file * Added codecov badge and adjusted version * Fix license cargo deny
- Loading branch information
1 parent
071ee31
commit 7cd0424
Showing
50 changed files
with
2,803 additions
and
3,178 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.