Closed robinvdvleuten closed 3 years ago
@mperham I have made the typechecking more resilient and renamed the method to QueueSizes()
. I can add a filter for queue names as argument, but what if the queue does not exist? Is it expected to return an empty map or set the name of the queue to 0?
Well done, thank you!
Added method on client to expose information (the size) of all queues. Because of the loose structure of the info hash (
map[string]interface{})
, the size is afloat64
instead of anint
.