We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that a listener registered with RegisterNetworkErrorListener() will not receive errors emitted by the message queue.
For example the error events published on lines 178 and 187 of messagequeue.go:
go-graphsync/messagequeue/messagequeue.go
Lines 166 to 188 in 11d30c6
The text was updated successfully, but these errors were encountered:
Better retry config (#124)
34ebfef
* fix: better retry config * docs: fix TestSendMessageRetry comment Co-authored-by: Anton Evangelatov <[email protected]>
Successfully merging a pull request may close this issue.
It seems that a listener registered with RegisterNetworkErrorListener() will not receive errors emitted by the message queue.
For example the error events published on lines 178 and 187 of messagequeue.go:
go-graphsync/messagequeue/messagequeue.go
Lines 166 to 188 in 11d30c6
The text was updated successfully, but these errors were encountered: