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

derivation of channels doesn't automatically learn the new nonce #4

Open
willscott opened this issue Aug 3, 2016 · 0 comments
Open

Comments

@willscott
Copy link
Owner

currently the first message after a call to Connect will fail because the nonce is stale, the new nonce will need to be learned from the response, and the message will need to be resent. Instead, the client should buffer the most recent message to be passed through send so that read message can auto-resend in appropriate cases - like when an alternate server, transport, realm, or nonce is needed.

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

No branches or pull requests

1 participant