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ยง
- Module
Control Push - Module-to-subc channel-0 push body.
- Module
Control Request - subc-to-module channel-0 control RPC body.
- Module
Control Response - Module-to-subc channel-0 response body.