gamedig / rust-gamedig

Game Server Query Library.
https://crates.io/crates/gamedig
MIT License
38 stars 11 forks source link

Proprietary games don't support timeout settings #64

Closed Douile closed 1 year ago

Douile commented 1 year ago

Currently proprietary games ignore the timeout settings when called from generic_query_with_timeout():

https://github.com/gamedig/rust-gamedig/blob/f3a792e3255ea7ef40033a4849f76e5973dac6b3/src/games/mod.rs#L189-L195

Perhaps we should add new query functions to these specific games so they can be queried with timeout settings.