|
@@ -16,7 +16,7 @@ public class GameEightConfig implements CommandLineRunner {
|
|
|
@Override
|
|
|
@Async
|
|
|
public void run(String... args) throws Exception {
|
|
|
- webSocketConnent = new WebSocketConnent(Common.WS_GAME_EIGHT_URL, Common.WS_GAME_EIGHT_REMARK_URL, Common.GAME_EIGHT_NAME);
|
|
|
- webSocketConnent.connect();
|
|
|
+// webSocketConnent = new WebSocketConnent(Common.WS_GAME_EIGHT_URL, Common.WS_GAME_EIGHT_REMARK_URL, Common.GAME_EIGHT_NAME);
|
|
|
+// webSocketConnent.connect();
|
|
|
}
|
|
|
}
|