PHP-Minecraft-Rcon
PHP-Minecraft-Rcon copied to clipboard
Multi-packet responses
Reading responses bigger than 4096 was not possible due to splitting the response into multiple packets. I've addressed the issue by sending additional "ping" command packet and looking for "Pong!" response which should be right after the expected response.
@thedudeguy Merge?
@SomKen it looks like the author is not active on GitHub, but if you still use this code, I just updated the pull request with some improvements.