ngx-rs-ant 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2385,8 +2385,6 @@ class WebsocketService {
2385
2385
  this.connect();
2386
2386
  // 进入程序就进行心跳检测,避免出现开始就连接中断,后续不重连
2387
2387
  this.heartCheckStart();
2388
- // 将messageSubject存储到window对象上
2389
- window.serverMessageSubject = this.serverMessageSubject;
2390
2388
  }
2391
2389
  /**
2392
2390
  * 创建新连接