method IDurableObjectClientSocket.close
IDurableObjectClientSocket.close(
code?: number,
reason?: string
): void

Closes the connection.

Parameters

optional
code: number

The close code

optional
reason: string

The close reason

Return Type

void

Usage

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