Closed guruofquality closed 10 years ago
cleaned it up quite a bit, there was no need for a monitor thread, we can simply count the client handlers being created and destroyed: https://github.com/pothosware/pothos/commit/a1a9d795c6be1074cfff220752916b10f411074c
The monitor has a polling loop when it should probably on on a condition variable. This might be adding extra wait time to unit tests.