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 was archived by the owner on Feb 25, 2020. It is now read-only.
Hi,
I have got stuck in a weird situation. I want to initiate a send from the server side to all of the clients. So logically this should work:
But client doesn't receive this command.
Now if I save the server context somewhere and reuse it later it works:
Now this one will work :
What is the correct way of initiating a send from the server. Its not in the example and tests either.