mirror of
https://github.com/tursom/TursomServer.git
synced 2024-12-29 14:30:55 +08:00
update WebSocketClient
This commit is contained in:
parent
0e44169327
commit
1cbc2a0c12
@ -195,10 +195,10 @@ open class WebSocketClient<in T : WebSocketClient<T, H>, H : WebSocketHandler<T,
|
||||
return ch!!.writeAndFlush(PongWebSocketFrame(data))
|
||||
}
|
||||
|
||||
fun onOpen() {
|
||||
open fun onOpen() {
|
||||
}
|
||||
|
||||
fun onClose() {
|
||||
open fun onClose() {
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
Loading…
Reference in New Issue
Block a user