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 3175bb3 commit 4b4ccafCopy full SHA for 4b4ccaf
projects/client/RabbitMQ.Client/src/client/impl/AutorecoveringConnection.cs
@@ -418,7 +418,7 @@ public void DeleteRecordedBinding(RecordedBinding rb)
418
{
419
lock (m_recordedEntitiesLock)
420
421
- ((IDictionary<RecordedBinding, int>)m_recordedBindings).Remove(rb);
+ ((IDictionary<RecordedBinding, byte>)m_recordedBindings).Remove(rb);
422
}
423
424
0 commit comments