Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/willow/src/wgps/types.ts>MsgControlApologise

Exploring Willow in the most efficient and sound programming language
Go to Latest
type alias MsgControlApologise
import { type MsgControlApologise } from "https://deno.land/x/willow@0.2.1/src/wgps/types.ts";

Notify the other peer that it can stop dropping messages of this logical channel.

definition: Msg<MsgKind.ControlApologise, { channel: LogicalChannel; }>