Austinb / GameQ

A PHP Gameserver Status Query Library
https://austinb.github.io/GameQ/
GNU Lesser General Public License v3.0
403 stars 137 forks source link

Showing full data only for 1st server in servers array #679

Closed gary00k closed 1 year ago

gary00k commented 2 years ago

Hello, I have a problem. I added 3 servers to $servers array and used addServers() function. $results contains infos about all 3 servers, but only for the 1st one I got full info (eg with all players and teams data), and for next two I got only a few infos, without players info and teams. This happens not every time, but often.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Austinb commented 1 year ago

Need example call list to test against. Please reopen when more information is available.