Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shivaccuknox opened this issue Jun 18, 2024 · 0 comments
Assignees

Comments

@shivaccuknox
Copy link
Contributor

          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 #131 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants