From 15ff38c1d70dfec083fb1d69af469035b4db415c Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 12 Nov 2025 14:20:23 +0800 Subject: [PATCH] =?UTF-8?q?listener=20=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../red/circle/other/app/listener/GiftSendRocketListener.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/GiftSendRocketListener.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/GiftSendRocketListener.java index 6b6e56e9..f8f067d8 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/GiftSendRocketListener.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/GiftSendRocketListener.java @@ -25,8 +25,8 @@ public class GiftSendRocketListener { * 监听礼物送出事件 * 注意:需要项目中实际的GiftSendEvent类,这里使用占位符 */ - @Async("rocketExecutor") - @EventListener +// @Async("rocketExecutor") +// @EventListener public void onGiftSend(Object event) { // TODO: 替换为实际的GiftSendEvent类型 // 示例代码,需要根据实际事件结构调整