ping / pong support / fix bug in dispatching received message type
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
test -d build || {
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ..
|
||||
}
|
||||
(cd build ; make)
|
||||
./build/ping_pong ws://localhost:5678
|
||||
|
Reference in New Issue
Block a user