|
@@ -56,7 +56,7 @@ function managedService(options: EnsureOptions) {
|
|
|
restart: () =>
|
|
restart: () =>
|
|
|
Effect.gen(function* () {
|
|
Effect.gen(function* () {
|
|
|
yield* Service.stop(options)
|
|
yield* Service.stop(options)
|
|
|
- yield* Service.ensure(options)
|
|
|
|
|
|
|
+ yield* Service.ensure(reconnectOptions)
|
|
|
}),
|
|
}),
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|