Hi,
I developed an application using RF SDK 5.0, but I am having screen synchronization problem.
Analyzing the log, I noticed that sometimes the server receives a buffer from the client and, after sending the next screen, it receives the same buffer again. I think the client probably sends the same buffer again because it did not receives a confirmation of receiving from server.
After receiving the same buffer again, the next buffer received is the one that should have been sent before. When it happens, the screen displayed is always ?one step ahead?, comparing to the buffer, and the solution is to reboot the client.
I tried to use the RFReset method to clean client?s buffer before displaying a new screen, but after that, client regularly "locks up".
Thanks in advance,
Gustavo