Open
Description
I found no methods to directly change the max value of a named semaphore. Even if I disposed and reconstructed one, the new semaphore still inherited the first configuration, i.e., the new max value given to the reconstruction is ignored.
The only way to change the max value I found is to reboot the OS.
Is it by design or a bug? Any workarounds?