rabbit
rabbit copied to clipboard
Established connections exit when Mode=Both
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()

Great call! Will update and create a new release. Thank you!
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!