From 596304437f13d6abeff728cb3c2e3c933654f953 Mon Sep 17 00:00:00 2001 From: Oleg Bespalov Date: Tue, 5 Sep 2023 13:34:47 +0200 Subject: [PATCH] Remove sleep --- examples/grpc_client_streaming.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/grpc_client_streaming.js b/examples/grpc_client_streaming.js index 0199527..8ebdbcc 100644 --- a/examples/grpc_client_streaming.js +++ b/examples/grpc_client_streaming.js @@ -97,8 +97,6 @@ export default () => { // close the client stream stream.end(); - - sleep(1); }; const pointSender = (stream, point) => {