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
Hey, I am using Resemble.js to find similarities between 2 images. It used to work great before but once I changes the environment it randomly started crashing.
By environment I mean, I am using this lib for a Discord Bot. So the environment it is running is:
Main_Process:
Child_Process1:
Thread_Worker:
Running The compare() function to compare tons of images.Child_Process2:
Thread_Worker:
Running The compare() function to compare tons of images.and more if needed...
Here is the error
Here is another one
Thanks
The text was updated successfully, but these errors were encountered:
Got the same issue its not even throwing any error just randomly crashing also i think its blocking the thread or something is going on weirdly as async tasks working as sync
Hey, I am using Resemble.js to find similarities between 2 images. It used to work great before but once I changes the environment it randomly started crashing.
By environment I mean, I am using this lib for a Discord Bot. So the environment it is running is:
Here is the error
Here is another one
Thanks
The text was updated successfully, but these errors were encountered: