Javier Argote

Results 1 comments of Javier Argote

The issue with the example is that `client.connect()` is an asynchronous call but the method does not return a promise, and the example does not explain you must wait for...