Driver: periodically prune SsrcState
s from UDP Rx's decoder_map
#133
Labels
driver
Relates to the driver or one of its sub-tasks.
enhancement
New feature or request
fix
Fixes a bug or error
Milestone
Currently, we don't prune old
OpusDecoder
s from calls in response to either long timeouts or to disconnect events. As each of these is quite large, this can add up in long calls over many servers.Each
SsrcState
should ideally be removed once a user leaves the call, or after a configurable timeout.The text was updated successfully, but these errors were encountered: