I'd love to help with the reconnection to the switch. How were you planning to do it?
|
// TODO: should reconnect |
I think that the client should just notify that a disconnection has happened and expose a method to reconnect.
This is my attempt but is not the most elegant and convinient solution client.go
I'd love to help with the reconnection to the switch. How were you planning to do it?
p4runtime-go-client/pkg/client/client.go
Line 78 in f5609a3
I think that the client should just notify that a disconnection has happened and expose a method to reconnect.
This is my attempt but is not the most elegant and convinient solution client.go