SwiftOCR icon indicating copy to clipboard operation
SwiftOCR copied to clipboard

Fix for crash in multithreaded apps

Open langford opened this issue 5 years ago • 0 comments

We get crashes in the FFNN functions from memory errors from this dispatching on a concurrent queue.

There is a simple fix here:

https://github.com/langford/SwiftOCR/commit/890eeae498f7dea177efbf1ca5c890ffd46393cc

That repo however is on a fork that already has swift 5 included.

langford avatar Aug 15 '19 18:08 langford