update ktlint

This commit is contained in:
2024-02-29 01:31:03 +01:00
parent 53cc961c62
commit 03ba14d918
13 changed files with 117 additions and 102 deletions

View File

@@ -21,7 +21,8 @@ fun Application.configureSockets() {
masking = false
}
routing {
webSocket("/ws") { // websocketSession
webSocket("/ws") {
// websocketSession
for (frame in incoming) {
if (frame is Frame.Text) {
val text = frame.readText()