Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Lloyd <caleb@synadia.com>
  • Loading branch information
Caleb Lloyd committed Feb 4, 2024
1 parent d687322 commit d005186
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/NATS.Client.Core/Commands/CommandWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -558,15 +558,6 @@ private static async Task ReaderLoopAsync(
/// <summary>
/// Enqueues a command, and kicks off a flush
/// </summary>
/// <param name="success">
/// Whether the command was successful
/// If true, it will be sent on the wire
/// If false, it will be thrown out
/// </param>
/// <param name="trim">
/// Number of bytes to skip from beginning of message
/// when sending on the wire
/// </param>
[MethodImpl(MethodImplOptions.AggressiveInlining)]
private void EnqueueCommand()
{
Expand Down

0 comments on commit d005186

Please sign in to comment.