Skip to content

Commit 95009e4

Browse files
committed
client.cpp
1 parent 5bf9baa commit 95009e4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

section5/client.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ try
8585
send_sales("tcp://127.0.0.1:5555",
8686
make_sales("001", 10, 100));
8787

88+
std::this_thread::sleep_for(100ms);
89+
90+
send_sales("tcp://127.0.0.1:5555",
91+
make_sales("002", 20, 200));
92+
8893
}
8994
catch(std::exception& e)
9095
{

0 commit comments

Comments
 (0)