Skip to content

v0.1.1

Compare
Choose a tag to compare
@Reasno Reasno released this 21 Dec 12:33
· 5 commits to master since this release
dd1a0ab
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