Hello!
I'm working in a REST-API that works over Sparksee. My application i waiting for HTTP requests, but the problem appears when one of those HTTP request is canceled so the thread is interrupted. And i get the CRITICAL ERROR 6 that the common solution is to check that all my objects are closed whenever i stop using them. I'm 100% sure that i close those objects, i put the declaration in a try and the close in a finally so this is not the problem.
As far as i reach in the debbuging it seems that the error comes when it does the first Query when the thread is interrupted. So it seems that the query is interrupted in a half of the process. Is there a way to iterrupt a query closeing the process?
Kind regards
Marc