Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method NatsConnectionImpl.prototype.flush
import { NatsConnectionImpl } from "https://deno.land/x/natsws@v1.28.0/src/nats-base-client.ts";

Flushes to the server. Promise resolves when round-trip completes.

Returns

Promise<void>