Version: Deno 2.3.1 I have a gRPC client using [@connectrpc/connect-node](https://github.com/connectrpc/connect-es/tree/main/packages/connect-node) which fails to reconnect to my server ([google.golang.org/[email protected]](https://pkg.go.dev/google.golang.org/grpc) upon a server restart. Subsequent requests by the client results in this error: ``` ConnectError: [internal] connection error received: not a result of an error (b"graceful_stop") ``` I've created an issue on that package: https://github.com/connectrpc/connect-es/issues/1477, where there is some more info, but I believe the issue is more likely here than there. Running my client using Node, the [ClientHttp2Session](https://nodejs.org/api/http2.html#class-clienthttp2session) receives a `goaway` event when the server restarts. This does not happen when running in Deno. Here is where they are registering their event handlers on the connection, I have verified these fire in Node, but they don't in Deno: https://github.com/connectrpc/connect-es/blob/a08348fd45cba7a59f720842028e7512bdb0e092/packages/connect-node/src/http2-session-manager.ts#L773-L775
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by dan-j and has received 0 comments.