🐛 Fixed SSE connection closing issues. Fixes #349
This commit is contained in:
@@ -435,6 +435,7 @@ export default {
|
||||
});
|
||||
},
|
||||
stop() {
|
||||
this.sse.onclose();
|
||||
this.sse.close();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user