pajlada / go-twitch-pubsub

Twitch PubSub library for Go
MIT License
21 stars 9 forks source link

fix: race condittion in reconnect on ping fail #33

Closed pajlada closed 11 months ago

pajlada commented 11 months ago

Pull request checklist:

Description

Use the readers defer-close for failed pings

Fixes #32