statianzo / Fleck

C# Websocket Implementation
MIT License
2.28k stars 583 forks source link

Server cannot receive binary data with OnBinary if there is OnMessage #331

Open digiponta opened 2 years ago

digiponta commented 2 years ago

Hi,

If both OnBinary and OnMessage exist in the server-side code, the symptom is that the server-side cannot receive binary data. It has been confirmed that binary data can be received if only OnBinary is set. Is this the spec?

Thank you.