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
So unless unsubscribe is passed :nowait => false, calling unsubscribe just kind of causes everything to freeze. It might be worth while to set :nowait => false in the Synchrony source to avoid this issue.
The text was updated successfully, but these errors were encountered:
By default, Queue#unsubscribe doesn't use its callback.
See: ruby-amqp/amqp@03f014b
So unless unsubscribe is passed :nowait => false, calling unsubscribe just kind of causes everything to freeze. It might be worth while to set :nowait => false in the Synchrony source to avoid this issue.
The text was updated successfully, but these errors were encountered: