ExDaytona.Transport.WSHandle (ex_daytona v0.2.0)

Copy Markdown View Source

A websocket connection handle pairing the transport module with its connection pid. Returned by websocket-opening facade functions when a custom :websocket transport is configured; the default transport keeps returning a bare pid for 0.1.0 compatibility. Frame messages are always tagged with pid.

Summary

Types

t()

@type t() :: %ExDaytona.Transport.WSHandle{mod: module(), pid: pid()}