test log
This commit is contained in:
parent
6347ae261f
commit
8ca0688153
@ -844,8 +844,8 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre
|
|||||||
}, 4);
|
}, 4);
|
||||||
|
|
||||||
let emp_count = 0, d_count = 0;
|
let emp_count = 0, d_count = 0;
|
||||||
q.empty = () => console.debug("EMPTY", ++emp_count);
|
q.empty = () => console.debug("EMPTY", ++emp_count, q.length());
|
||||||
q.drain = () => console.debug("DRAIN", ++d_count);
|
q.drain = () => console.debug("DRAIN", ++d_count, q.length());
|
||||||
|
|
||||||
//q.pause(); //pause and wait until queue is set
|
//q.pause(); //pause and wait until queue is set
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user