Taureon / aps-plus-plus

Hosting your own Arras Community Server, made very easy to get and edit!
GNU General Public License v3.0
33 stars 73 forks source link

Protocol bug: If the last packet is a string, it is concatenated with the previous string. #288

Open atvsipi opened 2 months ago

atvsipi commented 2 months ago

I sent ['a', 0, 'b'] from the client, But the server received ["a", 0, "ab"].

atvsipi commented 2 months ago

p.s. i might be wrong