Description
When trying to connect to an offline database it throws an unhandledRejection.
The culprit seem line 475 of cluster.js when callingÂ
conn.connect().
Don't know if it happen elsewhere.
Also the previous sdk had connect and error events, could be possible to restore them?
Right now it's a black box, I have some logic relying on the readyness of couchbase how do you migrate it?