Open ilovethensa opened 2 months ago
What features do you want timeouts added for? It would be an API-breaking change, so I do want to be careful with that.
In the meantime though, you should be able to use tokio::time::timeout
to deal with slow or unreliable servers.
you could make it into a feature, thats not enabled by default
This should be a feature imo.
Support for timeout would be nice, some servers take ALOT of time to respond so it just hangs instead of quiting after like 5 seconds