Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message Loss #62

Open
sushmakoulgi opened this issue May 11, 2016 · 2 comments
Open

Message Loss #62

sushmakoulgi opened this issue May 11, 2016 · 2 comments
Labels

Comments

@sushmakoulgi
Copy link

When we connect to multiple clients and send data(json string) to them over websocket using WriteAsync. Will there be any loss of messages? How best we can confirm the delivery of perticular message?

@vtortola
Copy link
Owner

Hi,

Messages may be lost if the connection is broken or half dead. The WebSocket specification does not provide any mechanism for reliable messaging, so if you are worried about messages getting lost, you should implement your own message acknowledgement schema, or use a proper message broker.

Cheers.

@sushmakoulgi
Copy link
Author

Thanks for the Quick Response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants