Skip to content

Documentation / @super-line/core / ConnPhase

Type Alias: ConnPhase

ConnPhase = "open" | "close" | "retry"

Defined in: packages/core/src/client-tap.ts:31

What a connection's transport just did. retry carries the backoff the client is about to wait — invisible on the wire by definition, since nothing is being sent.

Released under the MIT License.