Closed aleclarson closed 7 years ago
This will allow event listeners to be attached without missing any events.
The only change is wrapping the pool initialization in a setImmediate call.
setImmediate
This fixes #334.
It could be argued this change is unnecessary since options.log exists. If you agree, you can close this PR.
options.log
And it looks like some more changes are needed before this can be merged, anyway.
This will allow event listeners to be attached without missing any events.
The only change is wrapping the pool initialization in a
setImmediate
call.This fixes #334.