You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see the Threads being still running and being stopped one by one. I have created 2 buttons for Publish & unpublish. It works fine for the first time if I publish or Unpublish. But if I publish again it takes time to publish. What might be the reason?
The text was updated successfully, but these errors were encountered:
What do you mean by Publish? Can you point to your code?
This library uses Tasks and threads are only used indirectly by the task subsystem. My understanding is that Tasks use a cache of threads, so you will not see threads being disposed.
I can see the Threads being still running and being stopped one by one. I have created 2 buttons for Publish & unpublish. It works fine for the first time if I publish or Unpublish. But if I publish again it takes time to publish. What might be the reason?
The text was updated successfully, but these errors were encountered: