Open TgZ39 opened 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!
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?
Partial implementation of timout support (#2) for
status
,stat_basic
andstat_full
.