fix(whatsapp): drain reconnect queue after WhatsApp reconnects (#30806) (#46299)

Merged via squash.

Prepared head SHA: 5ce763406e
Co-authored-by: manuel-claw <268194568+manuel-claw@users.noreply.github.com>
Co-authored-by: mcaxtr <7562095+mcaxtr@users.noreply.github.com>
Reviewed-by: @mcaxtr
This commit is contained in:
manuel-claw
2026-04-09 07:33:36 +02:00
committed by GitHub
parent b7c28f3e1f
commit e30d0cffc4
7 changed files with 435 additions and 6 deletions

View File

@@ -32,6 +32,7 @@ export * from "../infra/net/proxy-env.js";
export * from "../infra/net/proxy-fetch.js";
export * from "../infra/net/undici-global-dispatcher.js";
export * from "../infra/net/ssrf.js";
export { drainReconnectQueue } from "../infra/outbound/delivery-queue.js";
export * from "../infra/outbound/identity.js";
export * from "../infra/outbound/sanitize-text.js";
export * from "../infra/parse-finite-number.js";