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
I'm using 8e7ce4b with some debugging printlns added, so the line numbers are slightly off (I'll provide links to the deadlocking calls as they appear in master):
and then there's no consumer for attempts to send to (*Connection).pwrite, which blocks our callback from executing, which in turn blocks readLoop from completing.
Thanks for your time!
The text was updated successfully, but these errors were encountered:
I'm using 8e7ce4b with some debugging printlns added, so the line numbers are slightly off (I'll provide links to the deadlocking calls as they appear in master):
Here are the deadlocking calls in master:
go-ircevent/irc.go
Line 242 in 8e7ce4b
go-ircevent/irc_callback.go
Line 178 in 8e7ce4b
go-ircevent/irc.go
Line 343 in 8e7ce4b
From my debugging prints, it appears that
writeLoop
is exiting with an error here:go-ircevent/irc.go
Line 189 in 8e7ce4b
and then there's no consumer for attempts to send to
(*Connection).pwrite
, which blocks our callback from executing, which in turn blocks readLoop from completing.Thanks for your time!
The text was updated successfully, but these errors were encountered: