rsox
rsox copied to clipboard
Thread-Safety
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.