Results 2 comments of zum

> I am experiencing the same issue. I could not make it work with version 1.0.0-beta.7, instead I had to force version 1.0.0-beta,6. me too

I am doing this: ```TS let client = ... let isFirst = true; let connTask = new Promise(async (resolve) => { client.on('error', async (error) => { if (isFirst) { //replenish...