Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/snel/imports/wocket.ts>ITransmitterOptions

A Cybernetical framework for svelte applications in deno
Latest
interface ITransmitterOptions
import { type ITransmitterOptions } from "https://deno.land/x/snel@v0.7.1/imports/wocket.ts";

Properties

optional
ping_interval: number

A property to determine number of ms to wait for a pong event before closing a client connection.

optional
ping_timeout: number

A property to determine number of ms before sending a ping event to a connected client.

optional
reconnect: boolean

A property to set reconnect flag. If false, server will not ping client.