koraktor / steam-condenser

A multi-language library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
https://koraktor.de/steam-condenser
Other
359 stars 65 forks source link

Automatic retry of master server requests is broken #196

Closed koraktor closed 11 years ago

koraktor commented 11 years ago

The Java and PHP implementations of MasterServer include a bug that prevents the auto-retry feature if one of the master servers is not reachable.

Thanks to Andrew Jones who reported this on the mailing list.

koraktor commented 11 years ago

The above patches should fix this.