⚠ BREAKING CHANGES
* connect will now wait forever until client establishes connection.
wrap calls to connect with asyncio.wait_for if timeout is desirable
Features
* remove timeout on initial connect ([681b628](https://github.com/bj00rn/pysaleryd/commit/681b628ed8f36c7a6e11f1584459cef8a002921d))
Bug Fixes
* simplify reconnection logic ([6e182b5](https://github.com/bj00rn/pysaleryd/commit/6e182b5ba136322fce5cb4f122ec9c758c89548f))