mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 07:18:22 +00:00
debug on WSSongListRoutes.kt
- debug re-tx logics
This commit is contained in:
parent
94e226fcab
commit
c9ceaf01fc
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user