This is a workaround for https://github.com/grpc/grpc-node/issues/1464
which is a bug were canceling the stream just before closeing the gRPC
connection causes a segfault.
When the disconnecting event is received with "reconnect" in `details`
we want the app to act like it's already reconnecting to prevent it from
showing the disconnecting state.