In checkReconnectSwitch(), during the switch, _dostore() can fail with
a variety of exceptions. Catch all of them. (The only ones I've seen are Disconnected and ReadOnlyError, but since we're disconnected abruptly as part of the switch, it's possible to see any of the exceptions that checkReconnection() catches.)
Showing
Please register or sign in to comment