pub async fn spawn<T>(
name: &'static str,
api_bind_addr: SocketAddr,
module: RpcModule<RpcHandlerCtx<T>>,
max_connections: u32,
force_api_secrets: ApiSecrets,
) -> ServerHandle
pub async fn spawn<T>(
name: &'static str,
api_bind_addr: SocketAddr,
module: RpcModule<RpcHandlerCtx<T>>,
max_connections: u32,
force_api_secrets: ApiSecrets,
) -> ServerHandle