import { pogsockets } from "https://deno.land/x/lavadeno@3.3.0/deps.ts";
const { closeSocketConnection } = pogsockets;
Closes the connection of the supplied pogsocket, only for internal use.
Parameters
socket: PogSocket
The pogsocket to close.
x/lavadeno/deps.ts>pogsockets.closeSocketConnection
import { pogsockets } from "https://deno.land/x/lavadeno@3.3.0/deps.ts";
const { closeSocketConnection } = pogsockets;
Closes the connection of the supplied pogsocket, only for internal use.
The pogsocket to close.