Closed kotwys closed 4 years ago
Thank you so much @kotwys ❤️ ❤️ ❤️ Already updated here https://lib.haxe.org/p/colyseus/
From version 0.14 on I'd like to have the process of releasing on GitHub/haxelib automated, it is a bit tedious to do it all manually :) Cheers!
Glad to help 😃
Possible solution of the issue with sending strings with two- or more byte Unicode characters (#35).
What it does is encode the string with
haxe.io.Bytes
and use its length instead of the original one. It seems to work properly.