🐛 Fixed SSE connection closing issues. Fixes #349

This commit is contained in:
Liyas Thomas
2019-11-27 15:35:39 +05:30
parent 2697cce6dd
commit 5382cd8d5f

View File

@@ -435,6 +435,7 @@ export default {
}); });
}, },
stop() { stop() {
this.sse.onclose();
this.sse.close(); this.sse.close();
} }
}, },