Closed as not planned
Closed as not planned
Description
- Node.js Version: 10+
- Scope (install, code, runtime, meta, other?): usage
- Module (and version) (if relevant): http2
I maintain the module @grpc/grpc-js
which uses the http2
module. I have gotten reports of occasional "New streams cannot be created after receiving a GOAWAY" errors. The code I have listens for the close
, error
, and goaway
events, and if it sees any of them it stops using that session. Is that the intended usage pattern to avoid that kind of error? Is there anything else I should be checking to more consistently avoid that error?