sta / websocket-sharp

A C# implementation of the WebSocket protocol client and server

Home Page:http://sta.github.io/websocket-sharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onmessage from another class

LENINred opened this issue · comments

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?