-
Notifications
You must be signed in to change notification settings - Fork 96
propagation causes "Error: socket hang up " #110
Comments
Interesting, I just tried using |
I also get this error when using |
Same situation here with |
blocked by #158 |
@chrisdostert, @antonj, Could you please provide stackdriver version or try one more time with latest master? |
Repro
Expected
traces show up in stackdriver
Actual
no traces show up in stackdriver and the application crashes w/ the error snippet below a minute or so after receiving a few requests
of note, if I remove propagation traces DO show up in stackdriver so it's something related to the use of
@opencensus/propagation-stackdriver
code snippet
error snippet
Error: socket hang up at createHangUpError (_http_client.js:335:15) at TLSSocket.socketOnEnd (_http_client.js:428:23) at TLSSocket.emit (events.js:185:15) at endReadableNT (_stream_readable.js:1101:12) at process._tickCallback (internal/process/next_tick.js:114:19) Emitted 'error' event at: at TLSSocket.socketOnEnd (_http_client.js:428:9) at TLSSocket.emit (events.js:185:15) at endReadableNT (_stream_readable.js:1101:12) at process._tickCallback (internal/process/next_tick.js:114:19)
The text was updated successfully, but these errors were encountered: