Skip to content

Conversation

@Reasno
Copy link
Member

@Reasno Reasno commented Dec 21, 2021

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

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
@codecov
Copy link

codecov bot commented Dec 21, 2021

Codecov Report

Merging #7 (8519dfe) into master (6aae637) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master        #7   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           73        73           
=========================================
  Hits            73        73           
Impacted Files Coverage Δ
pool.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6aae637...8519dfe. Read the comment docs.

@Reasno Reasno merged commit dd1a0ab into master Dec 21, 2021
@Reasno Reasno deleted the Reasno-patch-1 branch December 21, 2021 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants