lrstanley / girc

:bomb: girc is a flexible IRC library for Go :ok_hand:
https://pkg.go.dev/github.com/lrstanley/girc
MIT License
139 stars 13 forks source link

bugfix: <-timer.C after Stop will hang if timer.C is empty #66

Closed Wessie closed 6 months ago

Wessie commented 6 months ago

see https://github.com/golang/go/issues/27169

Fixes the above issue in the girc code

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 54.69%. Comparing base (6cf311a) to head (7138332).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #66 +/- ## ========================================== - Coverage 56.19% 54.69% -1.51% ========================================== Files 13 16 +3 Lines 3484 3624 +140 ========================================== + Hits 1958 1982 +24 - Misses 1403 1521 +118 + Partials 123 121 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.