@hivegpt/hiveai-angular 0.0.274 → 0.0.275

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.
@@ -835,15 +835,15 @@
835
835
  _this.socketService.registerUserSpecificHiveSocket(_this.botId, conversation_id);
836
836
  setTimeout(function () {
837
837
  _this.listenSockets();
838
- }, 200);
838
+ }, 300);
839
839
  }, 200);
840
840
  }, 300);
841
841
  };
842
842
  ChatDrawerComponent.prototype.listenSockets = function () {
843
843
  var _this = this;
844
- // if (this.eventSubscription) {
845
- // this.eventSubscription.unsubscribe();
846
- // }
844
+ if (this.eventSubscription) {
845
+ this.eventSubscription.unsubscribe();
846
+ }
847
847
  console.log('Listen Socket');
848
848
  this.eventSubscription = this.conversationService
849
849
  .getUserSpecificNotification()