mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-05 10:20:53 +02:00
d94936f6c9
* v3 * revert plugins * fixup some issues |
||
---|---|---|
.. | ||
main.go | ||
README.md |
Graceful
Graceful demonstrates graceful shutdown of a service using the server.Wait option
The server deregisters the service and waits for handlers to finish executing before exiting.