removed vexatious line
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user