🐛 Fixed SSE connection closing issues. Fixes #349
This commit is contained in:
parent
2697cce6dd
commit
5382cd8d5f
1 changed files with 1 additions and 0 deletions
|
|
@ -435,6 +435,7 @@ export default {
|
|||
});
|
||||
},
|
||||
stop() {
|
||||
this.sse.onclose();
|
||||
this.sse.close();
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue