@genericname1 I re-downloaded the setup, I guess that updates the fingerprint package ? If now, please guide me how to update the fp package. Thank you for your response!
Hi everyone. I need to do communication between threads in one application. How i got that it is really tricky to implement and i don't like those solutions. Global variables can handle only strings and integers, because functions or arrays binded to global variables works only in current thread and disappear in others. For example i have an object['key81'] that i need to increment from all threads, and there can be many of those keys. How to do this? Thanks.
An object in a global variable is ideal for your task. Look on the forum, I gave an example of the implementation.
Since you're having alot of problems, send me a PM with your current theory on why its crashing so I can help you dive into this issue and get it fixed for you if possible!