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
Remove the `stop_ioloop_on_close` argument since this is no longer in `pika>=1.0.0`.
Since removing this argument will change behaviour on version still using `pika<1.0.0`
make sure we require at least `pika>1.0.0` in setup.py so people installing this new
version will not have changed behaviour.