-
Merge pull request #120 from czlonkowski/fix/issue-118-mcp-connection-loss
发布于
2025-08-02 13:24:53 +00:00 Fixed
- Memory Leak in SimpleCache: Fixed critical memory leak causing MCP server connection loss after several hours (fixes #118)
- Added proper timer cleanup in
SimpleCache.destroy()method - Updated MCP server shutdown to clean up cache timers
- Enhanced HTTP server error handling with transport error handlers
- Fixed event listener cleanup to prevent accumulation
- Added comprehensive test coverage for memory leak prevention
- Added proper timer cleanup in
下载附件
- Memory Leak in SimpleCache: Fixed critical memory leak causing MCP server connection loss after several hours (fixes #118)