xmidt-org / go-parodus

parodus client written in golang
Apache License 2.0
0 stars 2 forks source link

Does not reconnect to upstream on ping miss #43

Open TheRealDJ opened 1 year ago

TheRealDJ commented 1 year ago

If the upstream connection fails generating a ping miss, go-parodus doesn't try to reconnect and continues running with no upstream connection. Comment indicates reconnect was not implemented.

Code: upstream.go lines 47 - 51