fix bug caused by prematurely decoding incoming packets to utf-8
decoding should only be done for command parsing, but not for transmitting raw UDP packets.
Merge request reports
Activity
Please register or sign in to reply
decoding should only be done for command parsing, but not for transmitting raw UDP packets.