We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When sending targeted messages to reserved peers we need to cache the messages if no session is active for that peer at the time of sending.
There is no guarantee that the connection to a peer has 100% uptime, but losing messages would result in faulty behavior.
Re-send cached messages immediately on re-connection to the reserved peer!
The text was updated successfully, but these errors were encountered:
poanetwork#175. Caching the messages incase peer is disoconnected. An…
7b8f286
…d resend when he reconnects
2cbdcab
#175. Caching the messages in case peer is disconnected, and resend w…
edc3932
…hen he reconnects
vgtom
No branches or pull requests
When sending targeted messages to reserved peers we need to cache the messages if no session is active for that peer at the time of sending.
There is no guarantee that the connection to a peer has 100% uptime, but losing messages would result in faulty behavior.
Re-send cached messages immediately on re-connection to the reserved peer!
The text was updated successfully, but these errors were encountered: