File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
projects/client/RabbitMQ.Client/src/client/impl Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ public event BasicRecoverOkEventHandler BasicRecoverOk
184
184
m_basicRecoverOk -= value ;
185
185
}
186
186
}
187
- }
188
-
187
+ }
188
+
189
189
public IBasicConsumer DefaultConsumer { get ; set ; }
190
190
191
191
public ISession m_session ;
@@ -336,12 +336,11 @@ public virtual void OnFlowControl(FlowControlEventArgs args)
336
336
{
337
337
Console . WriteLine ( "exception while running flow control event handler" ) ;
338
338
Console . WriteLine ( e + e . StackTrace ) ;
339
-
340
339
}
341
340
}
342
341
}
343
342
}
344
-
343
+
345
344
public virtual void OnBasicRecoverOk ( EventArgs args )
346
345
{
347
346
BasicRecoverOkEventHandler handler ;
@@ -365,8 +364,8 @@ public virtual void OnBasicRecoverOk(EventArgs args)
365
364
}
366
365
}
367
366
}
368
- }
369
-
367
+ }
368
+
370
369
public void Enqueue ( IRpcContinuation k )
371
370
{
372
371
bool ok = false ;
You can’t perform that action at this time.
0 commit comments