dharmesh28

Results 1 comments of dharmesh28

The issue here is in qup-1.4.0/lib/qup/adapter/kestrel/queue.rb in method consume it returns nil after testing if q_item is nil whereas it should test if q_item[0] and q_item[1] is nil also.