mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 21:01:14 +00:00
debug on WSSongListRoutes.kt
- debug re-tx logics
This commit is contained in:
@@ -138,7 +138,14 @@ fun Routing.wsSongListRoutes() {
|
||||
handleSongRequest(data, user, dispatcher, logger)
|
||||
|
||||
// Send ACK after handling request
|
||||
send("ACK: ${data.url}")
|
||||
sendSerialized(SongResponse(
|
||||
SongType.ACK.value,
|
||||
user.token!!,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
))
|
||||
}
|
||||
}
|
||||
is Ping -> send(Pong(frame.data))
|
||||
|
Reference in New Issue
Block a user