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
When Mode=Both, connections that have already been established exit. Normally, Both Close and Stop() cannot exit properly
Close() notifies watchNotifyClose and reestablishes the connection. Stop() only exits Consumer, but Producter does not exit properly
Therefore, it is recommended to adjust at watchNotifyClose and then complete consumer and producer exit via Close() or Stop()
The text was updated successfully, but these errors were encountered:
Great call! Will update and create a new release. Thank you!
Sorry, something went wrong.
Not at all. It's my pleasure.
Wow, I think we totally missed this. We are currently testing out rabbit's official go lib and will update this afterwards.
Sorry about that!
No branches or pull requests
When Mode=Both, connections that have already been established exit. Normally, Both Close and Stop() cannot exit properly
Close() notifies watchNotifyClose and reestablishes the connection. Stop() only exits Consumer, but Producter does not exit properly
Therefore, it is recommended to adjust at watchNotifyClose and then complete consumer and producer exit via Close() or Stop()
The text was updated successfully, but these errors were encountered: