mirror of
https://github.com/go-micro/go-micro.git
synced 2024-11-30 08:06:40 +02:00
d94936f6c9
* v3 * revert plugins * fixup some issues |
||
---|---|---|
.. | ||
main.go | ||
README.md |
Shutdown
This demonstrates graceful shutdown of a service via context cancellation after 5 seconds
A micro.Service waits on context.Done() or an OS kill signal