You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I faced with issue when I'm executing ListPlayers comand in SQUAD game on full server.
Every execution of ListPlayers returns only 23 players.
So to get full list of players I need run this command 5 (!) times.
Moreover, when I run it 6th time - it returns some random server logs instead of players (2nd screen).
Please fix this strange behaviour.
The text was updated successfully, but these errors were encountered:
the problem happens because your lib didn't continue reading data if packet size is more than 4kb
currently i'm using java rcon lib https://github.com/ribasco/async-gamequery-lib where this fucntionallity implemented and working good
please, take a look on it
romanvoloboev
changed the title
SQUAD ListPlayers result limited to 23 playters of 100
SQUAD ListPlayers result limited to 23 playters of 100 (handle multiple packets?)
Apr 24, 2024
I faced with issue when I'm executing ListPlayers comand in SQUAD game on full server.
Every execution of ListPlayers returns only 23 players.
So to get full list of players I need run this command 5 (!) times.
Moreover, when I run it 6th time - it returns some random server logs instead of players (2nd screen).
Please fix this strange behaviour.
The text was updated successfully, but these errors were encountered: