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
feat: Simplify signal handling using signal.NotifyContext (#103)
Simplify signal handling using signal.NotifyContext
Replace manual signal handling with signal.NotifyContext which automatically
cancels the context when SIGTERM or SIGINT is received. This simplifies the
code by removing the HandleSignals function and using context.Canceled for
error checking instead of string matching.
0 commit comments