mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Фиксы после удаления инстанции LaunchServer.
This commit is contained in:
parent
b21b6c2362
commit
49587a9ef8
3 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@ protected void channelRead0(ChannelHandlerContext ctx, WebSocketFrame frame) {
|
|||
ctx.channel().close();
|
||||
} else {
|
||||
String message = "unsupported frame type: " + frame.getClass().getName();
|
||||
throw new UnsupportedOperationException(message);
|
||||
LogHelper.error(new UnsupportedOperationException(message)); // prevent strange crash here.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
2
Radon
2
Radon
|
@ -1 +1 @@
|
|||
Subproject commit 60fa1c6694b570dda50056b1e2fe18fcdb0f8be0
|
||||
Subproject commit 9830e89a31918a1542c246cb1461007c0d12e9ae
|
2
modules
2
modules
|
@ -1 +1 @@
|
|||
Subproject commit 4a015828ee36cdc4c4a67190d52826f002948bc1
|
||||
Subproject commit b9c9d2675c081a8af2c54b00f5907e3c82f73c4d
|
Loading…
Reference in a new issue