ClouDBError: java.net.SocketException:Socket is closed

Because I am doing storeValues in another screen...issue seen with TimerInterval 2 also...

but this screen will not run unless you have it open, also the values you return will all be 0 ?

Note that there is a bug in the way the companion works that the Initialize event of a Screen will run even when another screen previously opened is closing. This has to do with how multiple screens are simulated in the companion (which itself is only a single screen), and leads to a divergence in behavior between the companion and compiled apps.

3 Likes