Hello everyone,
I created an app that is reading and writing from/to a sql server database and I have the two following situations happening:
1- After I run the app if by some reason I stop using it after some time, around 15-20 minutes, of idle time when I save a register It says that it is saved (I included a warning using a patch in a variable)
UpdateContext(
{
saved:
Patch( ... , Defaults( ... ), { ... } )
}
)
however it isn't saving anything after this time. I have to restart the app for it to work. It gives the sensation that is some sort of timeout.
2- If I make to many registers in a row after some the previous situation happens as well.
Is anyone on an identical situation?
Thank You