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
node:internal/quic/core:2136
throw new ERR_INVALID_STATE(
^
Error [ERR_INVALID_STATE]: Invalid state: QuicClientSession is already destroyed
at new NodeError (node:internal/errors:278:15)
at QuicClientSession.ping (node:internal/quic/core:2136:13)
at Timeout._onTimeout (/home/debian/localport-server/test.js:34:31)
at listOnTimeout (node:internal/timers:556:17)
at processTimers (node:internal/timers:499:7) {
code: 'ERR_INVALID_STATE'
}
Additional information
The text was updated successfully, but these errors were encountered:
battall
changed the title
QUIC Idle Timeout does not function properly
QUIC ping doesn't function properly
Dec 9, 2020
jasnell
added
the
quic
Issues and PRs related to the QUIC implementation / HTTP/3.
label
Dec 9, 2020
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
session.ping() should reset idle timeout as said in docs
https://nodejs.org/api/quic.html#quic_quicsession_ping
but it does not reset timeout, session still ends after 10 seconds
What do you see instead?
Additional information
The text was updated successfully, but these errors were encountered: