You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
But the client didn't receive anything. A workaround I found is to have the client initiate the conversation and send whatever I need to send from OnReceive.
Is there another way to be notified when I can use the connection to talk to the client?
If it makes any difference, I'm using Websocket4Net on the client:
I thought you can send as soon as the client connects, so I tried this:
But the client didn't receive anything. A workaround I found is to have the client initiate the conversation and send whatever I need to send from
OnReceive
.Is there another way to be notified when I can use the connection to talk to the client?
If it makes any difference, I'm using Websocket4Net on the client:
The text was updated successfully, but these errors were encountered: