paluke

Results 5 issues of paluke

No helpers for ISC and BAC classes

I expect calling ConnectionHandler with CS104_CONNECTION_CLOSED event, but nothing happens

Some code similar to this: ``` void connectionHandler(void* parameter, CS104_Connection connection, CS104_ConnectionEvent event) { lock(); if (event == CS104_CONNECTION_OPENED) active = true; if (event == CS104_CONNECTION_CLOSED) active = false; unlock();...

select does not work if more than 1024 sockets and files are open