Daniel Trebbien wrote:Does actionOnData ever get called a second time?
Monu Tripathi wrote:
check for new message every 100 ms
You might want to increase the polling interval for one thing.
Swastik Dey wrote:I hope this time it solves your purpose
Swastik Dey wrote:I hope this time it solves your purpose
Swastik Dey wrote:I hope this time it solves your purpose
Swastik Dey wrote:Probably you are right. Another point is in the pull from server approach code maintainability will be better and overhead on server is less, because it will send a response only when it gets a request.
Swastik Dey wrote:Do you find anything wrong with the approach that I told you, i.e. instead of push to device go for pull from device.