Skip to content

feature(network): Add reconnecting client wrapper

Егор Ивков requested to merge as-client into master
  • Adds reconnect::Client
  • Adds AsClient trait - to have less boilerplate during reconnect::Client implementation
  • Makes several reexports for common types from network that picodata might need

Merge request reports