sdk
sdk copied to clipboard
Healing issues
During local meeting and code reviewing we've found two problems in current healing
- Liveness check should be able to be stopped by the cancel upper context (for example by eventLoop cancel)
- Ticker is working in parallel with livenesscheck func https://github.com/networkservicemesh/sdk/blob/main/pkg/networkservice/common/heal/eventloop.go#L218 and https://github.com/networkservicemesh/sdk/blob/main/pkg/networkservice/common/heal/eventloop.go#L219