delphi xe5 + Android exception RSConnectionClosedGracefully, for nothing

0

I have already circumvented several bugs in XE5 + Android, but this one is knocking me down. The system spontaneously generates the RSConnectionClosedGracefully exception, for nothing. The same code runs smoothly on Windows.

Does anyone know any tips on how to get around this row? (it does not help to capture the exception, because the system stops communicating, it's no good to stop generating, because the system crashes, ...)

    
asked by anonymous 07.06.2015 / 01:00

1 answer

0

The problem has been circumvented.

I appreciate the suggestions, and I will examine them as they may be useful in new situations.

The solution: every time I send something to the server, I destroy the INdy objects and rebuild. It did not interfere with the performance of the application, but I do not know yet if with the continuation will appear some other problem.

    
08.06.2015 / 11:29