cloudtoid / interprocess

A cross-platform shared memory queue for fast communication between processes (Interprocess Communication or IPC).
MIT License
184 stars 26 forks source link

Leaking named semaphores on Linux #13

Open prezaei opened 3 years ago

prezaei commented 3 years ago

I was trying to figure out a way to make this even faster and found that I am leaking named semaphores on Linux. I'll work on a fix but one is not coming to mind immediately.