@@ -179,7 +179,8 @@ const getInit = async () => {
}
if (e?.cmd == 'terminate_bodyposecontroller') {
-
+ closeWS();
+ getExit();
if (e?.type == 'disconnect') {
getExit();
@@ -221,7 +222,7 @@ onMounted(() => {
});
onBeforeUnmount(() => {
</script>