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 have noticed the channel returned by Errors() contains a lot of nil values. Why should someone be interested in a nil value that can't be correlated to a published message?
The text was updated successfully, but these errors were encountered:
This is an artifact of the design of the current producer that is not easy to fix directly. We are working on a complete rewrite of the producer that fixes this issue among others. It is almost ready and we expect to merge it into master in the next few weeks: #132
I have noticed the channel returned by
Errors()
contains a lot of nil values. Why should someone be interested in anil
value that can't be correlated to a published message?The text was updated successfully, but these errors were encountered: