Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ppossanzini committed Mar 13, 2024
2 parents 974879e + b48d376 commit 90ea20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arbitrer.RabbitMQ/MessageDispatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class MessageDispatcher : IExternalMessageDispatcher, IDisposable
/// <summary>
/// Stores an instance of an object that implements the IConnection interface.
/// </summary>
private static IConnection _connection = null;
private IConnection _connection = null;

/// <summary>
/// The channel used for sending messages.
Expand Down

0 comments on commit 90ea20e

Please sign in to comment.