FDio / govpp

Go toolset for the VPP.
Apache License 2.0
193 stars 82 forks source link

Fix disconnect for AsyncConnect case #106

Closed dvalter closed 1 year ago

dvalter commented 1 year ago

Make Disconnect() always terminate the connection and the health check loop, even if govpp is waiting for the reconnect.

Also make Disconnect() blocking to eliminate any goroutines running past its return.