I am using the below blocks...when I type back button getting the folllowing error "ClouDBError: java.net.SocketException:Socket is closed" how we can slove this ?
Is this due to Timer or not closing CloudDB propoerly ? If yes...can you share the blocks which I need to use to solve the issue ?
If you're setting up your own CloudDB server, you probably want to uncheck the UseSSL option and change the RedisPort to 6379, which is the default for non-SSL secured Redis.
OK Thanks. When I used "Back Presees Button" along with "open another screen Sreenaname "...not able to come out from the application....its keep on looping between Screens....any suggestion ?
where timer is set to 2 sec ? It does mean...every 2 sec .Timer Block would call ?
I am using the below blocks..with that still seeing "Socket is closed" error..
You can set the interval in the clock designer, or use the interval propety setter block before you start the clock timer. Use milliseconds. My setting of 2 seconds is 2000 milliseconds.