mirror of
https://github.com/tursom/TursomServer.git
synced 2025-01-16 15:21:19 +08:00
update WebSocketClient.kt
This commit is contained in:
parent
0cc94bf998
commit
f51b4c00cf
@ -24,7 +24,7 @@ import java.net.URI
|
||||
@Suppress("unused")
|
||||
open class WebSocketClient(
|
||||
url: String,
|
||||
val handler: WebSocketHandler,
|
||||
open val handler: WebSocketHandler,
|
||||
val autoWrap: Boolean = true,
|
||||
val log: Boolean = false,
|
||||
val compressed: Boolean = true,
|
||||
|
Loading…
Reference in New Issue
Block a user