The server-role protocol state machine. Sans-IO: feed it an incoming frame with
receive_frame/2, get back {new_state, directives}. A directive is one of:
{:send, frame}— write this frame to the transport— a domain event for the application No sockets, no processes. MirrorsTerminalwire::V2::Server::Connection. The stateful I/O lives inTerminalwire.Server.Session`.
Summary
Functions
Feed one incoming frame. Returns {conn, directives}.