From 32374a9cd4b62cbf136779c622001f31e649702a Mon Sep 17 00:00:00 2001 From: youngq Date: Mon, 28 Oct 2024 11:15:53 +0800 Subject: [PATCH] 22 --- WGShare.API/BackgroudServices/AgoraCallbackComsuerService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WGShare.API/BackgroudServices/AgoraCallbackComsuerService.cs b/WGShare.API/BackgroudServices/AgoraCallbackComsuerService.cs index 9415a1c..ef02bf8 100644 --- a/WGShare.API/BackgroudServices/AgoraCallbackComsuerService.cs +++ b/WGShare.API/BackgroudServices/AgoraCallbackComsuerService.cs @@ -32,10 +32,10 @@ namespace WGShare.API.BackgroudServices // 离开频道消息订阅 using (RedisHelper.Instance.SubscribeList(RedisKeyConstant.PubSub.MeetingRecord, async (message) => { - _logger.LogDebug($"接受消息: {message}"); if (message == null) return; + _logger.LogDebug($"接受消息: {message}"); var body = message.ToString().FromJson(); if (body == null) {