mirror of
https://github.com/minio/minio.git
synced 2025-02-03 18:06:00 -05:00
6968f7237a
Add separate reconnection mutex Give more safety around reconnects and make sure a state change isn't missed. Tested with several runs of `λ go test -race -v -count=500` Adds separate mutex and doesn't mix in the testing mutex.