mqtt-go
mqtt-go copied to clipboard
Make connection retry more configurable
e.g. once a packet which exceeds server's limit is queued, ReconnectClient
enters infinite reconnect loop
Maybe better to add type Retrier interface
which manages retry logic and parameters.