Dinnerbone / mcstatus

A Python class for checking the status of an enabled Minecraft server
http://dinnerbone.com/minecraft/tools/status/
1.11k stars 146 forks source link

`async_status` does not timeout #150

Closed MeRuslan closed 3 years ago

MeRuslan commented 3 years ago

I've had a server that allows connecting, but does not answer status query. server.async_status() cannot handle it, because timeout is only used for establishing a connection. server.status() does not have such problem.

PS, please see #149.

kevinkjt2000 commented 3 years ago

Should be resolved now that #149 is merged and v6.3.0 is released