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
There are some errors leaking out of the internals of quic. These are
TypeError: Invalid state: TypeError: Invalid state: WritableStream is closed is closed - Results from trying to use the stream once it has closed. I'll need to sanity check if this is a webstream error or coming directly from quic. Likely from quic.
ErrorQUICStreamInternal: Failed to prime local stream state with a 0-length message - This is one of our errors. We create a quic stream by writing a 0 length message to it. Something is causing this to fail in an unexpected way.
ErrorNodeConnectionTransportGenericError: Transport received a generic error
We'll need to dig deeper into these errors, find the cause of them and fix it.
Specification
There are some errors leaking out of the internals of quic. These are
TypeError: Invalid state: TypeError: Invalid state: WritableStream is closed is closed- Results from trying to use the stream once it has closed. I'll need to sanity check if this is a webstream error or coming directly from quic. Likely from quic.ErrorQUICStreamInternal: Failed to prime local stream state with a 0-length message- This is one of our errors. We create a quic stream by writing a 0 length message to it. Something is causing this to fail in an unexpected way.ErrorNodeConnectionTransportGenericError: Transport received a generic errorWe'll need to dig deeper into these errors, find the cause of them and fix it.
Additional context
Tasks
TypeErrorand fix it.ErrorQUICStreamInternaland fix it.ErrorQUICStreamLimitdue to limit being reached.ErrorQUICStreamLimitas a connection error to trigger clean up of the connection when it happens.ErrorNodeConnectionTransportGenericErrorand fix it.