RogerKang

Results 4 comments of RogerKang

This works for me on node16 after compiling from source code. Hope it will be merged into master branch asap.

@bmahsman Great! Your suggestion work for me on windows!!Thank you!

> hello,楼主,git 仓README.md中的中文介绍文档因为 简书网站审查现在无法查看,请问有别的渠道可以查看吗? 我看可以的额,现在你能看到吗? http://www.jianshu.com/p/61fbcf748ee3

> > ```ts > > this._pool.on('factoryCreateError', err => { > > this._pool._waitingClientsQueue.dequeue().reject(err); > > }); > > ``` > > This doesn't seem safe as there's no guarantee the error...