Skip to main content

Module session

Module session 

Source
Expand description

Session route control wire contract.

subc has two distinct channel-0 handshakes. Module registration is the module-to-subc HELLO/HELLO_ACK handshake that registers the manifest and liveness. Route bind is the client-to-subc-to-module request/response handshake that binds one client route to a module route channel.

Enumsยง

ModuleControlPush
Module-to-subc channel-0 push body.
ModuleControlRequest
subc-to-module channel-0 control RPC body.
ModuleControlResponse
Module-to-subc channel-0 response body.