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
It would be useful, when shutting down a server or even the lego command, that Ctrl+C can cancel any active & pending challenges in a way that their resources get cleaned up when shutting down.
In other words, an API that exposes context.Context which can be used for cancellation would be helpful. What do you think?