This website requires JavaScript.
Explore
Help
Sign In
kapitan
/
IXWebSocket
Watch
1
Star
0
Fork
0
You've already forked IXWebSocket
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
097c7e5397
IXWebSocket
/
test
/
run.sh
9 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
gitignore stuff
2019-01-02 02:14:31 +01:00
#!/bin/sh
mkdir build
cd
build
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
2019-01-02 06:25:15 +01:00
cmake ..
||
exit
1
make
||
exit
1
server unittest for validating client request / new timeout cancellation handling (need refactoring)
2019-01-03 01:08:32 +01:00
./ixwebsocket_unittest
${
TEST
}
Reference in New Issue
Copy Permalink