Closed lucianjames closed 2 years ago
Need to implement something to prevent two processing threads from working at the same time, hopefully wont be too hard.
Created simple boolean setup to achieve this, works apart from the fact the boolean is only set back to false if the processing completes successfully, oops
Fixed in 0ae339a31663669878b058f9fabdb3b6d7c89794
Need to implement something to prevent two processing threads from working at the same time, hopefully wont be too hard.