test log
This commit is contained in:
parent
8729078765
commit
bb54d958bb
@ -843,6 +843,10 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre
|
||||
|
||||
}, 4);
|
||||
|
||||
let emp_count = 0, d_count =0;
|
||||
q.empty = () => console.debug("EMPTY", ++emp_count);
|
||||
q.drain = () => console.debug("DRAIN", ++d_count);
|
||||
|
||||
q.pause(); //pause and wait until queue is set
|
||||
|
||||
function chunkCallback(err, tx){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user