Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Havret committed May 3, 2024
1 parent 39e7933 commit c668b81
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 747 deletions.
337 changes: 0 additions & 337 deletions src/ArtemisNetCoreClient/ByteBuffer.cs

This file was deleted.

5 changes: 0 additions & 5 deletions src/ArtemisNetCoreClient/Framing/Packet.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ namespace ActiveMQ.Artemis.Core.Client.Framing;
{
public PacketType PacketType => PacketType.SessionConsumerFlowCreditMessage;

public readonly long ConsumerId { get; init; }
public readonly int Credits { get; init; }
public required long ConsumerId { get; init; }
public required int Credits { get; init; }

public int GetRequiredBufferSize()
{
Expand Down
Loading

0 comments on commit c668b81

Please sign in to comment.