Closed j-mendez closed 4 months ago
This PR removes unwrap handling across multiple entries to make the lib more stable when being used with tokio. This will prevent the program from terminating and safely handling the poll.
Fix for: [#84]
Will fix the test shortly @zkat
clippy issues fixed
Whats Changed
This PR removes unwrap handling across multiple entries to make the lib more stable when being used with tokio. This will prevent the program from terminating and safely handling the poll.
Fix for: [#84]