mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
This commit maintains a Set of all active sessions. This allows tryShutdown() to gracefully stop the server properly (as recommended in the Node HTTP2 documentation). The same Set of sessions also allows forceShutdown() to be implemented.