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

Add partial timout support #4

Open TgZ39 opened 2 weeks ago

TgZ39 commented 2 weeks ago

Partial implementation of timout support (#2) for status, stat_basic and stat_full.

ariscript commented 2 weeks ago

I feel like it would be useful to also add timeout support to RCON as well, probably as a field taken in RconClient::new, but this is a great start. Thanks for taking this on!

TgZ39 commented 2 weeks ago

The other option is to add a timeout field to every function for RconClient. That might be better because it gives more control to the user but what do you think?