current goroutine usage in the queue code does not have a proper way to clean these up if it somehow hangs for longer than intended or falls behind on new queue methods being called.
Queue should instead have some form of mechanism to limit itself to a single goroutine whenever using out-of-bounds actions based on method calls
current goroutine usage in the queue code does not have a proper way to clean these up if it somehow hangs for longer than intended or falls behind on new queue methods being called.
Queue should instead have some form of mechanism to limit itself to a single goroutine whenever using out-of-bounds actions based on method calls