pub(crate) fn handle_client( actors: Arc<Mutex<ActorRegistry>>, stream: TcpStream, stream_id: StreamId, )
Process the input from a single devtools client until EOF.