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
This callback already runs on a thread that's
different from the application thread, so
this behavior change should not affect any
apps.
On the upside, this allows the callback use
`Bunny::Session` methods, including protocol
operation ones, without blocking the I/O loop.
References ruby-amqp/hutch#414
0 commit comments