@@ -452,6 +452,7 @@ onMounted(() => {
});
onBeforeUnmount(() => {
+ speckCancel();
closeWS();
</script>