My project hangs after a while without any error

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By compassdevs

Hello,

I have a small project running under windows made with 3.2.1 stable.
Is a very simple tool that reads a file and send it via hhtp to firebase. The trigger is timed via timer in combination with a condition check, meaning timer let the func with condition to check, if ok send the data to firebase.

Now, it works fine, but i ahve noticed that after a while, it stops doing it, i have started to check in the debug and the ptofiler, since no error is generated or whatsoever, simply everything freeze, no special spikes or memory peaks, nothing at all, simply hangs.

Any suggestions?

Thanks again.

Any code? Thanks

Annoying_Brother | 2020-12-10 08:17

Maybe the pause is due to network traffic?

Ertain | 2020-12-10 17:57

:bust_in_silhouette: Reply From: compassdevs

My bad guys, after some thoughts and investigations i saw that Firebase was kicking out the user, so i had to re-authenticate it, once again and regularly.

After that everything went fine.