add a way to run in blocking more, which is useful for server mode to have N*thread instead of 2N*thread for N connections

This commit is contained in:
Benjamin Sergeant
2019-01-01 21:25:15 -08:00
parent 00ca7c8fb0
commit 0b90f7df1b
5 changed files with 54 additions and 18 deletions

View File

@ -2,6 +2,6 @@
mkdir build
cd build
cmake ..
make
cmake .. || exit 1
make || exit 1
./ixwebsocket_unittest