You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This probably means there's a bug somewhere. My guess is that the read loop isn't closing. I can try and take another look at this, since there's a bug around the read loop at the moment anyway.
Just wanted to make an issue here for some clarification, when using this library and running
The irc client doesn't cancel or close after the 3 seconds given to the context. Sorry if this is a dumb question I'm still fairly new to go contexts!
Thank you so much for the library, really been enjoying it.
Just as a sidenote, when I added the following code to client.go it exits the IRC client after the allotted time as expected.
The text was updated successfully, but these errors were encountered: