5GSEC / nimbus

Intent driven security automation framework
Apache License 2.0
25 stars 10 forks source link

nimbus-k8tls adapter: Possible panic since a close of these channels might be done before sending is stopped #187

Open shivaccuknox opened 5 months ago

shivaccuknox commented 5 months ago
          This can possibly result in a panic since a close of these channels is being done, but the handlers functions (create/update/delete) will continue to send to these channels. To prevent this, we might have check to for the context cancellation in the handlers ?

_Originally posted by @shivaccuknox in https://github.com/5GSEC/nimbus/pull/131#discussion_r1624828302_