import { type ServerOptions } from "https://deno.land/x/ayonli_jsext@v0.9.72/ws.ts";
Options for the WebSocketServer constructor.
Properties
The idle timeout in seconds. The server will close the connection if no messages are received within this time.
NOTE: Currently, this option is only supported in Deno and Bun, in other environments, the option is ignored.