feat(core): resume suspended sessions after service restart (#36105)

This commit is contained in:
Kit Langton
2026-07-09 13:19:15 -04:00
committed by GitHub
parent c91604d519
commit 6524dfc818
19 changed files with 820 additions and 299 deletions
+1
View File
@@ -65,6 +65,7 @@ const processEffect = Effect.fnUntraced(function* (options: Options) {
hostname: options.hostname ?? config.hostname ?? "127.0.0.1",
port: Option.fromNullishOr(options.port ?? config.port),
password,
restartContinuity: options.mode === "service",
}).pipe(Effect.provide(Logger.layer([], { mergeWithExisting: false })))
if (lockScope !== undefined) {
yield* register(address, password)