autoRecoverOnWorkerCrash property
When true, on worker isolate error/done
WorkerCrashRecovery.handleWorkerCrash is invoked after failing pending
requests. All previous connection IDs are invalid after recovery; callers
must reconnect.
Implementation
final bool autoRecoverOnWorkerCrash;