mirror of
https://github.com/tursom/TursomServer.git
synced 2025-02-11 20:30:16 +08:00
add WebSocketFrameWrapper
This commit is contained in:
parent
b5a5f9f5e6
commit
ab181fb557
@ -1,6 +1,6 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
compile project(":")
|
compile project(":")
|
||||||
api project(":log")
|
api project(":log")
|
||||||
api project(":utils")
|
implementation project(":utils")
|
||||||
compile group: "io.netty", name: "netty-all", version: "4.1.43.Final"
|
compile group: "io.netty", name: "netty-all", version: "4.1.43.Final"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user