J-Andersen-UvA / TakeRecorderUE

1 stars 0 forks source link

opening takerecorder multiple times #8

Open J-Andersen-UvA opened 2 months ago

J-Andersen-UvA commented 2 months ago

When opening the takerecorder multiple times (ctrl+enter for UE), then we also have multiple instances of it. Which results in multiple exports etc. So we need to fix this if we dont want to re-open UE everytime we make changes or some bug appears.

J-Andersen-UvA commented 2 months ago

Maybe kill it through the javascript websocket???

J-Andersen-UvA commented 2 months ago

Added option to kill it through the javascript websocket, we only need to apply it to the recording webserver now