You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.27.0 - transport-supplied ZMTP Connection class
Transport modules may define .connection_class to substitute their
own Protocol::ZMTP::Connection-shaped class. ConnectionLifecycle
queries it (with a respond_to? fallback) so existing transports —
built-in or third-party — keep working unchanged.
Enables plugin transports whose wire shape differs from ZMTP/3.1
(e.g. omq-websocket per RFC 45) to plug in without forking the
engine.
0 commit comments