Previously Close() discarded all underlying errors and returned only 'failed to close N server(s)', making debugging impossible. Now each error wraps the server name and original cause, and all errors are joined so callers can inspect the full failure list. |
||
|---|---|---|
| .. | ||
| manager.go | ||
| manager_test.go | ||