felixms / arma-rcon-class-php

A lightweight client for sending commands easily to a BattlEye server.
MIT License
46 stars 22 forks source link

Fix race condition with #shutdown #49

Closed Rexeh closed 3 years ago

Rexeh commented 3 years ago

In some cases, issuing a #shutdown command using ->command will cause only

b"BE¾ÜÂXÿ\x01\x00" array:3 [ 0 => "ff" 1 => "01" 2 => "00" ]

to be returned. This breaks your sub string with a fatal exception.

felixms commented 3 years ago

Great, thanks! 👍

Rexeh commented 3 years ago

No probs, thanks for the tool!