pub(crate) async fn serve_controller(
    stream: ComponentControllerRequestStream
) -> Result<()>
Expand description

TODO(xbhatnag): All futures should be aborted when a Stop/Kill request is received.