removed vexatious line

This commit is contained in:
Pasquale Boemio
2013-04-29 17:35:10 +02:00
parent b9a6eb362e
commit 7ac70dbdcf
-1
View File
@@ -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) {