pub async fn start(
listen_addr: &str,
router: Arc<RequestRouter>,
push_broadcaster: Arc<GrpcPushBroadcaster>,
) -> Result<(), Box<dyn Error>>Expand description
启动 gRPC 服务
pub async fn start(
listen_addr: &str,
router: Arc<RequestRouter>,
push_broadcaster: Arc<GrpcPushBroadcaster>,
) -> Result<(), Box<dyn Error>>启动 gRPC 服务