Skip to content

fix: remove timeout argument from connect_with_config

Summary

  • fix: remove timeout argument from connect_with_config

Move timeout from connect_with_config to Config struct.

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files

Merge request reports