打包后消息同步问题

dev2.0
anthonywj 2 years ago
parent 5a22d137d8
commit 6d1f77967a

@ -34,6 +34,7 @@ public class WebSocketComponent implements CommandLineRunner {
SyncDataSetEntity syncDataSetEntity = syncDataSetDao.selectSet();
String ip = syncDataSetEntity.getSyncIp();
ip = ip.replace("http://", "");
ip = ip.replace("/SP_SYNC_SERVER", "");
try {
SpsWebSocketClient client = new SpsWebSocketClient("ws://" + ip + "/sps/web/sync/2/" + socketToken);
client.setSocketMsgService(socketMsgService);

Loading…
Cancel
Save