Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
enum DebugEvents
import { DebugEvents } from "https://deno.land/x/natsws@v1.28.0/src/mod.ts";

Other events that can be reported by the NatsConnection#status iterator. These can usually be safely ignored, as higher-order functionality of the client will handle them.

Members

ClientInitiatedReconnect = "client initiated reconnect"
PingTimer = "pingTimer"
Reconnecting = "reconnecting"
StaleConnection = "staleConnection"