This commit is contained in:
Redkale
2020-09-20 17:43:46 +08:00
parent b9fa617374
commit 6a05f4b497

View File

@@ -143,7 +143,6 @@ public abstract class WebSocketServlet extends HttpServlet implements Resourcabl
@Override
final void preInit(HttpContext context, AnyValue conf) {
if (this.textConvert == null) this.textConvert = jsonConvert;
if (this.binaryConvert == null) this.binaryConvert = jsonConvert;
if (this.sendConvert == null) this.sendConvert = jsonConvert;
InetSocketAddress addr = context.getServerAddress();
if (this.node == null) this.node = createWebSocketNode();