Explorar el Código

Digest after onPeerDisconnected

Danilo Bargen hace 7 años
padre
commit
a12eacbca0
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/services/webclient.ts

+ 3 - 1
src/services/webclient.ts

@@ -446,7 +446,9 @@ export class WebClientService {
 
         // Handle disconnecting of a peer
         this.salty.on('peer-disconnected', (ev: saltyrtc.SaltyRTCEvent) => {
-            this.onPeerDisconnected(ev.data);
+            this.$rootScope.$apply(() => {
+                this.onPeerDisconnected(ev.data);
+            });
         });
 
         // Wait for handover to be finished