nodamnway
Results
1
issues of
nodamnway
I am unable to send long messages in Cyrillic(>215 chars). ```java client.sendChannelMessage( client .getClientInfo(client.getClientId()) .getChannelId(), StringUtils.repeat("ы", 216) ); ``` Its resulting packet exceeds `MAXIMUM_PACKET_SIZE=500` thus it will be sent [fragmented](https://github.com/Manevolent/ts3j/blob/25a7c94596d63727a20b6e869ea5af5c07e88019/src/main/java/com/github/manevolent/ts3j/protocol/socket/client/AbstractTeamspeakClientSocket.java#L338)....
bug