mirror of
https://github.com/MetinSeylan/Vue-Socket.io.git
synced 2025-04-16 15:21:28 +02:00
don't dispatch ping to store (#188)
This commit is contained in:
parent
6d5c7983d1
commit
207a0a13bd
1 changed files with 3 additions and 1 deletions
|
@ -77,7 +77,9 @@ export default class EventEmitter{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(event !== 'ping' && event !== 'pong') {
|
||||||
this.dispatchStore(event, args);
|
this.dispatchStore(event, args);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue