You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ignore ping command in connection keepalive logic (#480)
Fixes#479
### Motivation
The current keepalive logic is too lenient – merely receiving ping commands can keep the connection alive.
### Modifications
Ignore ping command in connection keepalive logic.
0 commit comments