rolftimmermans/event-iterator

Can you make the console.warn somehow optional or only one-time

mrx8 opened this issue · 0 comments

mrx8 commented

if (queue.length > 100 && console) {

Since the module can accept raw event-emitters, backpressure can not be respected and the console.warn() will happen quite often.