removed vexatious line
This commit is contained in:
@@ -12,7 +12,6 @@ int main()
|
|||||||
WebSocket::pointer ws = WebSocket::from_url("ws://localhost:8126/foo");
|
WebSocket::pointer ws = WebSocket::from_url("ws://localhost:8126/foo");
|
||||||
assert(ws);
|
assert(ws);
|
||||||
ws->send("goodbye");
|
ws->send("goodbye");
|
||||||
ws->send("hello");
|
|
||||||
while (true) {
|
while (true) {
|
||||||
ws->poll();
|
ws->poll();
|
||||||
ws->dispatch([](const std::string & message) {
|
ws->dispatch([](const std::string & message) {
|
||||||
|
|||||||
Reference in New Issue
Block a user