Skip Menu |

This queue is for tickets about the Minecraft-RCON CPAN distribution.

Report information
The Basics
Id: 130381
Status: resolved
Priority: 0/
Queue: Minecraft-RCON

People
Owner: RJT [...] cpan.org
Requestors: RJT [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: 1.00



From: RJT [...] cpan.org
Minecraft::RCON does not have fragmentation support (support for large responses from the Minecraft server being broken into multiple packets). Since there is no support, Minecraft::RCON does not handle fragmented responses gracefully, which causes a de-sync and impartial responses in command results. _get_packet() simply sends the next packet in sequence, so the following command might get the next packet from the previous command, instead of the response it was expecting. As such, the module is unfortunately not usable for anything other than commands with known, guaranteed short results.