ping / pong support / fix bug in dispatching received message type

This commit is contained in:
Benjamin Sergeant
2018-10-25 14:40:58 -07:00
parent 977feae1d6
commit 2bc38acbb1
3 changed files with 19 additions and 2 deletions

View File

@ -1,4 +1,9 @@
#!/bin/sh
test -d build || {
mkdir -p build
cd build
cmake ..
}
(cd build ; make)
./build/ping_pong ws://localhost:5678