Skip to content

Commit 87bbf8b

Browse files
committed
stopping after keypress
1 parent 46a6b48 commit 87bbf8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dds.net-connector-cpp.app/test-app.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ int main()
3737
connector.start();
3838

3939
wait_for_exit_key();
40+
41+
connector.stop();
4042
}
4143
catch (exception& ex)
4244
{

0 commit comments

Comments
 (0)