|
@@ -16,7 +16,7 @@ public class GameThreesConfig implements CommandLineRunner {
|
|
|
@Override
|
|
|
@Async
|
|
|
public void run(String... args) throws Exception {
|
|
|
- webSocketConnent = new WebSocketConnent( Common.WS_GAME_THREES_REMARK_URL,Common.WS_GAME_THREES_URL, Common.GAME_THREES_NAME);
|
|
|
+ webSocketConnent = new WebSocketConnent( Common.WS_GAME_THREES_REMARK_URL,Common.WS_GAME_THREES_REMARK_URL, Common.GAME_THREES_NAME);
|
|
|
webSocketConnent.connect();
|
|
|
}
|
|
|
}
|