MCPcopy
hub / github.com/nats-io/nats.go / Flush

Method Flush

enc.go:275–277  ·  view source on GitHub ↗

Flush will perform a round trip to the server and return when it receives the internal reply. Deprecated: Encoded connections are no longer supported.

()

Source from the content-addressed store, hash-verified

273//
274// Deprecated: Encoded connections are no longer supported.
275func (c *EncodedConn) Flush() error {
276 return c.Conn.Flush()
277}
278
279// Close will close the connection to the server. This call will release
280// all blocking calls, such as Flush(), etc.

Calls

no outgoing calls