Bug? Is the Hosted Builder for b4i unstable or does it have unannounced maintenance downtimes?

vikingivesterled

Active Member
Licensed User
Longtime User
Today, just now, I have been trying to compile a b4i program and it always ends with:
Sending data to remote compiler.
Then nothing more.
This happens both with Debug and Build Release App
I cancel it after 10 to 15 minutes and try again.
Setting Process Timeout down to 120 seconds gives no feedback either.

The same happened around the same time (22:00-23:50 IST (GMT + 1)) last Sunday 2/10. Tried it for a couple of hours and always the same.
Then on Monday 3/10 and Tuesday 4/10 it was working fine, coming back from the Hosted Builder in less than a minute.
And now today, same again.

Could it at least come up with an error, or alternatively could a Thread be created where downtimes or problems with the Hosted Builder is announced.


B4i version: 2.80
Parsing code. (0.22s)
Compiling code. (10.51s)
Compiling layouts code. (0.55s)
Compiling debugger engine code. (11.99s)
Building Xcode project (2.95s)
Sending data to remote compiler.
 

vikingivesterled

Active Member
Licensed User
Longtime User
Built in seconds just now, with no change in code.

B4i version: 2.80
Parsing code. (0.31s)
Compiling code. (7.65s)
Compiling layouts code. (0.86s)
Building Xcode project (5.52s)
Sending data to remote compiler. (17.78s)
Completed successfully.
 
Top