radu-matei / websocket-manager

Real-Time library for ASP .NET Core
https://radu-matei.com/blog/real-time-aspnet-core/
MIT License
452 stars 183 forks source link

Got error Could not decode a text frame as UTF-8. #40

Closed lousaibiao closed 7 years ago

lousaibiao commented 7 years ago

I got this error Could not decode a text frame as UTF-8. when I try to send text in UTF-8 encoding.

lousaibiao commented 7 years ago

image I found the count parameter should be length of encoded data, then Chinese is OK.