kezhenxu94 commented on a change in pull request #12:
URL: https://github.com/apache/skywalking-nodejs/pull/12#discussion_r543174774



##########
File path: src/agent/protocol/grpc/clients/HeartbeatClient.ts
##########
@@ -47,6 +47,13 @@ class HeartbeatClient implements Client {
   }
 
   start() {
+    /*
+    init  the heartbeatClient again
+    */

Review comment:
       Remove this comment and the initialization in the `constructor`

##########
File path: src/agent/protocol/grpc/clients/TraceReportClient.ts
##########
@@ -50,6 +50,14 @@ class TraceReportClient implements Client {
   }
 
   start() {
+    /*
+    init the reporterClient again
+    */

Review comment:
       Remove this comment and the initialization in the `constructor`




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to