Skip to content

Commit 4b4ccaf

Browse files
committed
fix cast
1 parent 3175bb3 commit 4b4ccaf

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
@@ -418,7 +418,7 @@ public void DeleteRecordedBinding(RecordedBinding rb)
418418
{
419419
lock (m_recordedEntitiesLock)
420420
{
421-
((IDictionary<RecordedBinding, int>)m_recordedBindings).Remove(rb);
421+
((IDictionary<RecordedBinding, byte>)m_recordedBindings).Remove(rb);
422422
}
423423
}
424424

0 commit comments

Comments
 (0)