mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 15:35:41 +00:00
* Use Seque in ops queue. Standardizing some uses - Change OpsQueue to use Deque so that it can grow/shrink as necessary and need not worry about channel getting full and dropping events. - Change StreamAllocator and TelemetryService to use OpsQueue so that they also need not worry about channel size and overflows. * Address feedback * delete obvious comment * clean up