@ -181,6 +181,10 @@ onMounted(() => {
}
});
wsClient.connect();
getIngTask().then((res:any) => {
if(!res.success) return;
taskId.value = res.data.id;
onUnmounted(() => {
subscription.unsubscribe();