Skip to content

Commit 83507c1

Browse files
committed
fix cast
1 parent 4017f3c commit 83507c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/RabbitMQ.Client/src/client/impl/AutorecoveringConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ public void DeleteRecordedBinding(RecordedBinding rb)
463463
{
464464
lock (m_recordedEntitiesLock)
465465
{
466-
((IDictionary<RecordedBinding, int>)m_recordedBindings).Remove(rb);
466+
((IDictionary<RecordedBinding, byte>)m_recordedBindings).Remove(rb);
467467
}
468468
}
469469

0 commit comments

Comments
 (0)