debugs... 3

This commit is contained in:
dalbodeule 2024-11-25 19:58:17 +09:00
parent 768eadd561
commit c14fc53dee
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -93,7 +93,7 @@ fun Routing.wsSongListRoutes() {
attempt++ attempt++
logger.warn("Failed to send message to $uid on attempt $attempt. Retrying in $delayMillis ms.") logger.warn("Failed to send message to $uid on attempt $attempt. Retrying in $delayMillis ms.")
logger.warn(e.stackTraceToString()) logger.warn(e.stackTraceToString())
} finally {
// Wait before retrying // Wait before retrying
delay(delayMillis) delay(delayMillis)
} }