將原本的 return msgDataList.
toString()
改成 return msgDataList.random()
再送一次 Message 給 ktor
這次就不會收到落落長的一大段了XD
繼續回來ktor看看預設的Websocket程式碼,還有一段 if expression
if (receivedText.equals("bye", ignoreCase = true)) {
close(CloseReason(CloseReason.Codes.NORMAL, "Client said BYE"))
}
看不懂別擔心,到 hoppscotch 送個訊息就會秒懂了~