ngOnDestroy() {
    this.connections.forEach(x => x.unsubscribe());
    this.socketService.disconnect();
  }