summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/example02_streaming.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/example02_streaming.cpp b/examples/example02_streaming.cpp
index b3984f2..1ac1b8f 100644
--- a/examples/example02_streaming.cpp
+++ b/examples/example02_streaming.cpp
@@ -76,8 +76,7 @@ int main(int argc, char *argv[])
// Cancel the stream, …
connection.cancel_stream();
- // … and get the rest of the data.
- cout << connection.get_new_stream_contents() << endl;
+ // … and wait for the thread.
stream_thread.join();
}
else