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 have a scheduler (every 30 seconds) that calls my worker (which sets up a worker) - I am confused when i should be terminating the thread or the worker.
Is the correct way to terminate the thread or terminate the worker i.e
this.thread.destroy()
vs
workerHandler.terminate()
I have the following, I am monitoring the threadId and its incrementing all the time. I am worried about a memory leak or the id of thread maxing out.
Hi,
I have a scheduler (every 30 seconds) that calls my worker (which sets up a worker) - I am confused when i should be terminating the thread or the worker.
Is the correct way to terminate the thread or terminate the worker i.e
vs
I have the following, I am monitoring the threadId and its incrementing all the time. I am worried about a memory leak or the id of thread maxing out.
Any ideas ? Thanks in advance
The text was updated successfully, but these errors were encountered: