mirror of
https://github.com/pgsty/minio.git
synced 2026-09-07 11:06:10 +03:00
38de8e6936
Do not rely on `connChange` to do reconnects. Instead, you can block while the connection is running and reconnect when handleMessages returns. Add fully async monitoring instead of monitoring on the main goroutine and keep this to avoid full network lockup.