ariscript / mc-query

Asynchronous rust implementations of Server List Ping, Query, and RCON for minecraft.
https://crates.io/crates/mc-query
Apache License 2.0
6 stars 2 forks source link

timeout support #2

Open ilovethensa opened 2 months ago

ilovethensa commented 2 months ago

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

ariscript commented 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.

ilovethensa commented 2 months ago

you could make it into a feature, thats not enabled by default

TgZ39 commented 3 weeks ago

This should be a feature imo.