kataras / neffos

A modern, fast and scalable websocket framework with elegant API written in Go
http://bit.ly/neffos-wiki
MIT License
572 stars 47 forks source link

[BUG] #101

Closed chen-01 closed 10 months ago

chen-01 commented 10 months ago

hello,i use this framework as a websocket client,but when i send a message containing semicolon that number is greater than 6 to the client,the client can not to deserialize this message,i think some reasons is cause by below codes in this framework: https://github.com/kataras/neffos/blob/e633b24d7aa1604eb9c9e614974bec6c4c64315d/message.go#L441C1-L441C1

Looking forward to your reply. thanks!