🐛 Trying to fix message notification again...

This commit is contained in:
2025-05-30 22:49:03 +08:00
parent b7960e3060
commit 472221302d
2 changed files with 26 additions and 11 deletions

View File

@ -46,7 +46,7 @@ public class ChatService(
{
// Log the exception properly
// Consider using ILogger or your logging framework
logger.LogError($"Error when delivering message: {ex.Message}");
logger.LogError($"Error when delivering message: {ex.Message} {ex.StackTrace}");
}
});