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
I am looking for examples for seperating out the senders and receivers such that I shall be able to write to socket from file and then receive message and save them seperately.
Thanks.
The text was updated successfully, but these errors were encountered:
It seems you can send Sender to another thread and then send messages from that thread. Because ws.rs is callback-based, the callback you defined will still receive new messages.
It seems there is a bug when the WebSocket was closed and further messages are sent: #316
I am looking for examples for seperating out the senders and receivers such that I shall be able to write to socket from file and then receive message and save them seperately.
Thanks.
The text was updated successfully, but these errors were encountered: