The example in the README file provides a simple use case using connectAndWait. It does not, however, provide any details on how to check of the connection was successful or not. How to check and handle connection errors in case, for example if password is incorrect.
The example in the README file provides a simple use case using
connectAndWait
. It does not, however, provide any details on how to check of the connection was successful or not. How to check and handle connection errors in case, for example if password is incorrect.