Hi All
I am using the Push Framework as a middle ware, to implement 2 way communication between a server and an android app running on few tablets in the fields
The results are close to perfect until the server drops the connection due to internet/WiFi connection failure . After the connection drops, you will see that the list of connected users is empty as expected.
The interesting thing that I am trying to resolve is this:
Your feedback is greatly appreciated
I am using the Push Framework as a middle ware, to implement 2 way communication between a server and an android app running on few tablets in the fields
The results are close to perfect until the server drops the connection due to internet/WiFi connection failure . After the connection drops, you will see that the list of connected users is empty as expected.
The interesting thing that I am trying to resolve is this:
- Android app, attempts to reconnect by sending connection request
- Android App Connected Event is triggered
- "Server_Ready" doesn't fire, no matter what I do on all the android tablets (restart etc...)
- if I kill the B4J service and restart it, all is good within few seconds
Your feedback is greatly appreciated