From 87bf7feff22d7c4f5d17fc47d3a586eb50a89fbb Mon Sep 17 00:00:00 2001 From: zenghongyao <873884283@qq.com> Date: Fri, 23 May 2025 10:12:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Internal/KafkaTaskScheduler.cs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/modules/JiShe.CollectBus.Kafka/Internal/KafkaTaskScheduler.cs b/modules/JiShe.CollectBus.Kafka/Internal/KafkaTaskScheduler.cs index c5443f4..9afe7fa 100644 --- a/modules/JiShe.CollectBus.Kafka/Internal/KafkaTaskScheduler.cs +++ b/modules/JiShe.CollectBus.Kafka/Internal/KafkaTaskScheduler.cs @@ -1,12 +1,4 @@ -using Confluent.Kafka; -using Microsoft.AspNetCore.SignalR; -using System; -using System.Collections.Concurrent; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using System.Text; -using System.Threading.Tasks; +using System.Collections.Concurrent; namespace JiShe.CollectBus.Kafka.Internal {