mozilla / fireplay-sublime

A fantastic plugin connecting your favorite editor with your favorite web debugger
47 stars 9 forks source link

Simulator 2.0 beachballs after 2nd or 3rd push #63

Open jeffgca opened 10 years ago

jeffgca commented 10 years ago

I can push changes the first time after launch, but after 2-3 times the simulator locks up.

nicola commented 10 years ago

This is an issue on the way we operate async operations. When you save twice you send two messages while you should be waiting for the socket to receive an answer before sending a new message.

There are two fixes: 1) It is fixable by #50, but for that I will need help from campd :( 2) Avoid the thread hack and set sublime to allow blocking operations (e.g. pushing of an app)