Minor release
Enhancement
- Add approximateWait parameter to Get(). This allows the Queue to fluctuate the wait time randomly by +-10 percent. This ensures Get() calls seperate in time when multiple Queues are used in loops started at the same time.
Fix
- The Get() internal loop will now exit after it finishes sleeping if the wait time is up. This avoids back to back queries when the use case is giving the same value for wait and poll.