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
This commit is contained in:
parent
60d38b78bc
commit
02a6c9e364
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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue