Skip to content

Autoreconnect

Ulrich Wohlfeil requested to merge autoreconnect into master

TCPClient

  • Add auto_reconnect init parameter (Default: true)

TCPPoolClient

  • Catch ConnectionAbortedError internally and try to automatically reconnect to server
  • Fix bug in Lock (Sync) logic if no server is available

Merge request reports