Function goatns::servers::tcp_server
source · pub async fn tcp_server(
config: CowCellReadTxn<ConfigFile>,
tx: Sender<Command>,
agent_tx: Sender<AgentState>
) -> Result<()>
Expand description
main handler for the TCP side of things