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