Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from DoNewsCode/Reasno-patch-1
The original default shutdown event is tightly coupled to HTTP and gRPC servers. If one of any servers is missing, goroutines will be leaked. This PR removes the default shutdown events. These events can be added by using the WithShutdownEvents option. BREAKING CHANGE
- Loading branch information