Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add echo endpoint to server for sync check (#356)
This is extracted from #353 and includes only the server-side change. It adds a custom message type that simply echoes back the content it received. Since the server processes messages sequentially, this is a way for a client to confirm that a message has been processed: - send some message - send a sync status message with a nonce - when you have received a message with the same nonce back, you can assume the message has been processed
- Loading branch information