You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current code base we already handle the interrupt signals in the virtionet.go file. However we could need to listen to them in other parts of the code (e.g in the ignition part to delete the socket created)
In the current code base we already handle the interrupt signals in the
virtionet.go
file. However we could need to listen to them in other parts of the code (e.g in the ignition part to delete the socket created)vfkit/pkg/vf/virtionet.go
Line 177 in 9adfb53
We should centralize it so that it is possible to register multiple exit handlers that will be executed in one place.
The text was updated successfully, but these errors were encountered: