decentraland / creator-hub

MIT License
1 stars 2 forks source link

Coords not being update if already in preview. #309

Open gonpombo8 opened 6 days ago

gonpombo8 commented 6 days ago

Describe the bug There is an issue when you change the coordiantes of the scene. They are not being updated if the preview server is already running.

To Reproduce

If you press the preview button, and then change the coordinates, they are not being updated for the preview, even if you press the preview button again you are still being redirect to the old coordinates.

I think it has to be changed on the sdk-commands side, or maybe a partial solution would be to close the previous preview connection when the coords are changed, so the next time you press the preview button it gets the new ones.