Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method Adapter.prototype.broadcastWithAck
import { Adapter } from "https://deno.land/x/socket_io@0.2.0/mod.ts";

Parameters

packet: Packet
clientCountCallback: (clientCount: number) => void
ack: (...args: unknown[]) => void