IXWebSocket/examples/ws_connect
2018-12-23 14:14:38 -08:00
..
.gitignore
build_linux.sh set thread name / rename example 2018-12-23 14:14:38 -08:00
CMakeLists.txt
README.md
ws_connect.cpp tweaks doc / license + send proper error code when closing the connecion 2018-11-12 09:00:55 -08:00

Building

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make

Disable TLS

  • Enable: cmake -DUSE_TLS=OFF ..
  • Disable: cmake -DUSE_TLS=ON ..