Dinnerbone / mcstatus

A Python class for checking the status of an enabled Minecraft server

Home Page:http://dinnerbone.com/minecraft/tools/status/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`async_status` does not timeout

MeRuslan opened this issue · comments

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.

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