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
1bc5bc7f1c
IXWebSocket
/
test
/
run.sh
8 lines
90 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
gitignore stuff
2019-01-02 02:14:31 +01:00
./ixwebsocket_unittest
Reference in New Issue
Copy Permalink