pub(super) fn reject_offline<T>( queued_tx: Option<Sender<Result<(), Error>>>, completion_tx: Sender<Result<T, Error>>, )
Rejects an offline operation because the queue is full.