tom-pytel edited a comment on pull request #20: URL: https://github.com/apache/skywalking-nodejs/pull/20#issuecomment-752972776
The differences here in times are 6 and 25 ms. (ms resolution right? or ns?) Possibly lag due to event loop - data may all be sent and client may receive it and mark as complete but close event on server may not tick until after that. Or maybe still needs some work where to mark end in server. Run my test with this and have a look, it all "looks" more or less right, but again more detailed checking needed. Changing the `end` event hook to `close` in `downloadPage()` and `downloadPageS()` functions in `client.js` and `srv_express.js`. [test_updates.tar.gz](https://github.com/apache/skywalking-nodejs/files/5757479/test_updates.tar.gz) ---------------------------------------------------------------- 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]
