修复FastMoss登录改版

This commit is contained in:
Haiping Chen 2024-12-21 15:41:15 +00:00
parent bb73f303a8
commit 1035170886

View file

@ -105,6 +105,8 @@ public class RedisSubscriber : IEventSubscriber
catch (Exception ex)
{
_logger.LogError($"Error processing message: {ex.Message}, event id: {channel} {entry.Id}\r\n{ex}");
// Slow down the consumer if there are errors
await Task.Delay(1000 * 10);
}
}