Chunks of data
I run an Insurgency: Sandstorm server. I would like to interface with it using this package, however for certain commands (e.g. listgamemodeproperties
), it returns manu many chunks of data. (121197 characters total)
Using this package, it only returns the first chunk of data. Even though the command has search which I will use to only return the property I want, I would still like this in case e.g. the playerlist overflows to another chunk. But more for debugging!
Thanks