Spawn sender into separate process
This commit is contained in:
parent
37b0ac9aec
commit
88fe24a709
3 changed files with 39 additions and 6 deletions
|
@ -497,7 +497,4 @@ let sendLoop = () => {
|
|||
});
|
||||
};
|
||||
|
||||
module.exports = callback => {
|
||||
sendLoop();
|
||||
setImmediate(callback);
|
||||
};
|
||||
sendLoop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue