Commit bc22fc4
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.
(cherry picked from commit f37bf92)1 parent 7f85d53 commit bc22fc4
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
924 | 924 | | |
925 | 925 | | |
926 | 926 | | |
927 | | - | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
928 | 930 | | |
929 | 931 | | |
930 | 932 | | |
| |||
0 commit comments