You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments