Skip to content

Commit

Permalink
fix(asb): fixs issue with : An item with the same key has already bee…
Browse files Browse the repository at this point in the history
…n added. Key: ReplyTo #2698
  • Loading branch information
holytshirt committed Jun 13, 2023
1 parent a75fd8f commit a5cff5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ internal static class ASBConstants
public const string ReplyToHeaderBagKey = "ReplyTo";

public static readonly string[] ReservedHeaders =
new[] {LockTokenHeaderBagKey, MessageTypeHeaderBagKey, HandledCountHeaderBagKey};
new[] {LockTokenHeaderBagKey, MessageTypeHeaderBagKey, HandledCountHeaderBagKey, ReplyToHeaderBagKey };
}
}

0 comments on commit a5cff5b

Please sign in to comment.