MCPcopy
hub / github.com/soketi/soketi / disconnect

Method disconnect

src/rate-limiters/rate-limiter.ts:63–65  ·  view source on GitHub ↗

* Clear the rate limiter or active connections.

()

Source from the content-addressed store, hash-verified

61 * Clear the rate limiter or active connections.
62 */
63 disconnect(): Promise<void> {
64 return this.driver.disconnect();
65 }
66}

Callers

nothing calls this directly

Calls 1

disconnectMethod · 0.65

Tested by

no test coverage detected