Skip to main content

remove_stale

Function remove_stale 

Source
async fn remove_stale(
    id: i64,
    wallet_lower: &str,
    db: &dyn PushSubscriptionWriter,
    cache: &DashMap<String, Vec<PushSubscriptionRecord>>,
)