We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4017f3c commit 83507c1Copy full SHA for 83507c1
projects/client/RabbitMQ.Client/src/client/impl/AutorecoveringConnection.cs
@@ -463,7 +463,7 @@ public void DeleteRecordedBinding(RecordedBinding rb)
463
{
464
lock (m_recordedEntitiesLock)
465
466
- ((IDictionary<RecordedBinding, int>)m_recordedBindings).Remove(rb);
+ ((IDictionary<RecordedBinding, byte>)m_recordedBindings).Remove(rb);
467
}
468
469
0 commit comments