mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 07:51:41 +00:00
fix: keep bonjour rejection handler through shutdown
This commit is contained in:
@@ -267,11 +267,12 @@ export async function startGatewayBonjourAdvertiser(
|
||||
/* ignore */
|
||||
}
|
||||
}
|
||||
ciaoCancellationRejectionHandler?.();
|
||||
try {
|
||||
await responder.shutdown();
|
||||
} catch {
|
||||
/* ignore */
|
||||
} finally {
|
||||
ciaoCancellationRejectionHandler?.();
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user