Open jeffgca opened 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)
I can push changes the first time after launch, but after 2-3 times the simulator locks up.