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
Replace match_object with dirty_match_object for binding cleanup.
match_object locks entire table, we'd like to avoid that.
It's possible to not call delete_for_source if exchange is autodeleted.
Checking an autodelete exchange will lock table on scanning for outgoing
bindings anyway. But other cases will not lock the table.
0 commit comments