0

My app is loading a large file and it needs a lot of time for building up internal structures. After a while the app is terminetd by the OS beuacuse of time out. Any idea to handle it differently?

Peter71
  • 2,180
  • 4
  • 20
  • 33

1 Answers1

0

My solution: As the last statement I create a timer, which is called 2 sec later. Then the remaining part is done.

Peter71
  • 2,180
  • 4
  • 20
  • 33