Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into dependabot/gradle/org.seleniumhq.selenium-…
Browse files Browse the repository at this point in the history
…selenium-http-jdk-client-4.10.0
  • Loading branch information
sanity authored Jul 28, 2023
2 parents 89c6862 + bab37d2 commit 8d46370
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
api("io.ktor:ktor-server-websockets:2.3.0")
api("io.ktor:ktor-server-default-headers:2.3.0")
api("io.ktor:ktor-server-compression:2.3.2")
api("io.ktor:ktor-server-caching-headers:2.3.0")
api("io.ktor:ktor-server-caching-headers:2.3.2")
api("io.ktor:ktor-network-tls-certificates:2.3.0")

api("io.mola.galimatias:galimatias:0.2.1")
Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/kweb/Kweb.kt
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ class Kweb private constructor(
}

message.onMessageData != null -> {
println("PUSHING ------------------------------------------------")
val data = message.onMessageData
remoteClientState.onMessageFunction!!.invoke(data)
}
Expand Down

0 comments on commit 8d46370

Please sign in to comment.