Bugfix reconnection
This bugfix release fixes an issue where the client could get stuck in a disconnected state when using the internal task.
The connect
-call now returns false when the call couldn't be completed successfully. This wasn't always the case in the previous versions. As such, the behaviour is changed but the older versions were actually not behaving as intended.
Docs have been updated.