Skip to content

v0.8.8

Compare
Choose a tag to compare
@luthermonson luthermonson released this 04 Nov 02:44
· 180 commits to master since this release
9460166

Added new signals pkg with shutdown func for windows services. The SetupSignalHandler now returns a channel so if you are using something like...

ctx := signals.SetupSignalHandler(context.Background())

There is now a func that returns the context that will do the context.Background call for you so switch to

ctx := signals.SetupSignalContext()