* Return Result when creating DaprHttpServer
Especially when running custom docker setups, the container that
contains the sidecar may not be running exactly when the Rust code
starts running.
To fix this, before we needed to sleep(2s) to avoid a panic in the Rust
program.
With this patch, this can be handled on the user side (e.g. the
connection can be retried multiple times with timeouts in-between).
Signed-off-by: Leon Matthes <leon.matthes@kdab.com>
* release: v0.16.0-rc.4
Signed-off-by: Mike Nguyen <hey@mike.ee>
* chore(deps): remove unused crates
Signed-off-by: Mike Nguyen <hey@mike.ee>
* doc: missing expression closure
Signed-off-by: Mike Nguyen <hey@mike.ee>
* refactor: lint issues and correctness improvements
Signed-off-by: Mike Nguyen <hey@mike.ee>
---------
Signed-off-by: Leon Matthes <leon.matthes@kdab.com>
Signed-off-by: Mike Nguyen <hey@mike.ee>
Co-authored-by: Leon Matthes <leon.matthes@kdab.com>