dropAllBefore

suspend fun dropAllBefore(timestamp: <Error class: unknown class>)

Drops all entries (both send and receive) whose timestamps are older than timestamp.

This is useful for periodic cleanup of stale requests or responses that were never completed.

Parameters

timestamp

all entries strictly before this instant will be removed