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
Possibly related to the promoteTx failures referenced in #16673?
Could this lead to a Send call never getting the <-sendLock at feed.go:133 ? I don't see an obvious way it could lead to that but I admit I haven't fully grokked what the feed code is doing reflection in Send.
I've tried to make it less confusing in #16680. @jameszo Please look at that PR and see if it makes sense to you. I'm not convinced there is a bug here.
The line 172 to 174 in feed.go of package event which are codes of method Send(value interface{}):
I think it`s not right, and should be like this:
So that the cases left are the chans which will be TrySend again.
This a doubt when I read the code. Please tell me why if what I thought is wrong. Thanks!
The text was updated successfully, but these errors were encountered: