This commit is contained in:
parent
481009985e
commit
32374a9cd4
|
|
@ -32,10 +32,10 @@ namespace WGShare.API.BackgroudServices
|
||||||
// 离开频道消息订阅
|
// 离开频道消息订阅
|
||||||
using (RedisHelper.Instance.SubscribeList(RedisKeyConstant.PubSub.MeetingRecord, async (message) =>
|
using (RedisHelper.Instance.SubscribeList(RedisKeyConstant.PubSub.MeetingRecord, async (message) =>
|
||||||
{
|
{
|
||||||
_logger.LogDebug($"接受消息: {message}");
|
|
||||||
if (message == null) return;
|
if (message == null) return;
|
||||||
|
|
||||||
|
|
||||||
|
_logger.LogDebug($"接受消息: {message}");
|
||||||
var body = message.ToString().FromJson<EventBody>();
|
var body = message.ToString().FromJson<EventBody>();
|
||||||
if (body == null)
|
if (body == null)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue