@Erel
Can you explain to me what "Resumable sub already completed" means exactly?
I found a different point in my app with this exeption.
Im loading a json from the internet in a resumable sub. The return value is always a map
This works favless on the main tasks. But as soon as i trigger it from the website (jServer, websocket) i get this error.
I used you thread log output:
Main tasks:
Thread[main,5,main]
Website:
Thread[pool-2-thread-1,5,main]
the website doesnt contains the
wait for request directly. It just trigger the same sub as my main tasks. and there are some few sub in between before the download will start.
The crazy thing is, i cant reproduce it each time. Sometime it works and sometime not