Hey guys!
I have a webclient solution that creates a headless client with another solution to calculate something without blocking the interface.
How do I close the headless client after the calculation is over? I have now lot of headless clients in the list which does nothing. On the callback in the webclient solution, if I call shutdown on the headless client reference, I'll get an strange error and the webpage will go offline.
Thanks a lot!
Bogdan.