-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[neo3] Add Ping expiration #1829
Conversation
Send |
We can update the values also when we receive a block |
Just as a side note, the way we ping in The rationale for this behavior is:
|
@erikzhang please take a look again, we can reduce the ping intervals when we receive a block. |
* PingPong expiration * ms * Change to TimeProvider.Current.UtcNow * Optimize
Related to #1806
Related to #1812