Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov committed Sep 5, 2023
1 parent e97227e commit 5963044
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/grpc_client_streaming.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ export default () => {

// close the client stream
stream.end();

sleep(1);
};

const pointSender = (stream, point) => {
Expand Down

0 comments on commit 5963044

Please sign in to comment.