pub(crate) fn handle_client(
registry: Arc<ActorRegistry>,
stream: DevtoolsConnection,
stream_id: StreamId,
connections: Arc<Mutex<FxHashMap<StreamId, DevtoolsConnection>>>,
sender: Sender<DevtoolsControlMsg>,
)Expand description
Process the input from a single devtools client until EOF.