From 214761b52ff7c8f63656f43a169b8e404cd3fbbe Mon Sep 17 00:00:00 2001 From: Jack Tsai Date: Wed, 22 Jan 2025 09:51:22 +0800 Subject: [PATCH] [ISSUE #919] Add transaction message retry attempt for C# client Producer (#921) --- csharp/rocketmq-client-csharp/Producer.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/csharp/rocketmq-client-csharp/Producer.cs b/csharp/rocketmq-client-csharp/Producer.cs index 24f1a0ac..1986182f 100644 --- a/csharp/rocketmq-client-csharp/Producer.cs +++ b/csharp/rocketmq-client-csharp/Producer.cs @@ -254,14 +254,6 @@ private async Task Send0(PublishingMessage message, List