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