From 7ac70dbdcffc718861bf63c49c33ccc9927a9cf7 Mon Sep 17 00:00:00 2001 From: Pasquale Boemio Date: Mon, 29 Apr 2013 17:35:10 +0200 Subject: [PATCH] removed vexatious line --- example-client-cpp11.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/example-client-cpp11.cpp b/example-client-cpp11.cpp index 54798b9..93b2cc9 100644 --- a/example-client-cpp11.cpp +++ b/example-client-cpp11.cpp @@ -12,7 +12,6 @@ int main() WebSocket::pointer ws = WebSocket::from_url("ws://localhost:8126/foo"); assert(ws); ws->send("goodbye"); - ws->send("hello"); while (true) { ws->poll(); ws->dispatch([](const std::string & message) {