Carl Lerche
Carl Lerche
Originally from #9 This behavior is due to the tolerance of a timeout being set to the tick duration. I'm not sure what the best fix for this is. One...
Attempt stressing the timer
Currently, timeouts are assumed that they can't fail, however there are a few cases to handle. - [ ] The timer has reached capacity. - [ ] The channel has...
Currently, there is no way for a service implementation to signal that it is "closed". For a client, this means that the remote has terminated the socket. For a server,...
A good chunk of this file is to just "map" a service: https://github.com/tokio-rs/tokio-line/blob/c9295fe73847fc31243ee7f7ed86e0bf6a843594/src/service.rs#L62