mirror of
https://github.com/Gouryella/drip.git
synced 2026-02-26 14:21:17 +00:00
A new recovery package has been added, containing Recoverer and PanicMetrics, for capturing panics in goroutines. It records stack trace information and provides statistical metrics. This mechanism is also integrated into the TCP connector and listener. Enhance service stability and observability.