method WorkersBroker.prototype.disconnect
WorkersBroker.prototype.disconnect(): Promise<void>

Closes the reply inbox, rejects every in-flight request, and drops every subscription.

Return Type

Promise<void>

Resolves once the inbox is closed

Usage

import { WorkersBroker } from "cloudflare-plugin/src/index.ts";