rsox icon indicating copy to clipboard operation
rsox copied to clipboard

Thread-Safety

Open esshka opened this issue 1 year ago • 0 comments

Be aware that the code doesn't seem to handle concurrency well. If two threads call rsox_new simultaneously, rsox_instance_count could be incremented concurrently, leading to issues.

esshka avatar May 25 '23 06:05 esshka