hacktoberfest
倉庫指標
- Star
- (26 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Improve server shutdown behavior to ensure connections are cleanly closed.
Description: When the server is shutting down, it should properly close all client connections and clean up resources.
Tasks:
- Add shutdown notification to clients
- Implement graceful connection termination
- Add timeout for force-closing lingering connections
- Add connection draining during shutdown
- Create tests for shutdown behavior
- Update documentation
Related files:
- src/server/serverManager.js