Jonathan Oliver

Results 1 issues of Jonathan Oliver

``` queue := "my-queue" consumer := "" // bad channel.Consume(queue, consumer, .....) ``` When the consumer is empty, later invocations to cancel using the empty string don't cause the consumer...