sta / websocket-sharp

A C# implementation of the WebSocket protocol client and server
http://sta.github.io/websocket-sharp
MIT License
5.73k stars 1.66k forks source link

onmessage from another class #694

Open LENINred opened 2 years ago

LENINred commented 2 years ago

Good afternoon. I initialize a WebSocket instance and pass it between classes and I can send messages from other classes, but I can’t hang up an additional onmessage from another class, messages seem to not come, what can I do?