08-06-2021, 05:19 AM
(This post was last modified: 08-06-2021, 05:19 AM by Alexandre Machado.)
The component spawns new threads to interact with the UI.
Also part of the code was not thread safe. I modified the component code to make it thread-safe and be able to run smoothly in IntraWeb servers (seems that the component writer doesn't have time to do that). I'll publish the patch of the component in our Github repo, so other developers using it can also benefit from the fix.
Cheers
Also part of the code was not thread safe. I modified the component code to make it thread-safe and be able to run smoothly in IntraWeb servers (seems that the component writer doesn't have time to do that). I'll publish the patch of the component in our Github repo, so other developers using it can also benefit from the fix.
Cheers

