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 eae2f7d113
commit 208c693088
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