Skip to content

Commit f170156

Browse files
committed
event
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent 352aa7c commit f170156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RabbitMQ.AMQP.Client/Impl/AmqpConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ [new Symbol("connection_name")] = _connectionSettings.ConnectionName,
194194
open.MaxFrameSize = _connectionSettings.MaxFrameSize;
195195
}
196196

197-
void onOpened(Amqp.IConnection connection, Open open1)
197+
void OnOpened(Amqp.IConnection connection, Open open1)
198198
{
199199
Trace.WriteLine(TraceLevel.Verbose, $"{ToString()} is open");
200200
OnNewStatus(State.Open, null);

0 commit comments

Comments
 (0)