Thanh
Thanh
I am using Springboot 2.4.5 (Spring 5.3.6) with `io.projectreactor.tools:blockhound-junit-platform`. I recently got into a blocking call issue in following code ``` String csv = Files.readString(Paths.get("src/test/resources/sample.csv")); WebTestClient.bindToRouterFunction(routerFunction).build() .post() .uri("/csvUpload") .contentType(MediaType.MULTIPART_FORM_DATA) .accept(MediaType.APPLICATION_JSON)...
### Summary of problem In various languages like Java and JavaScript, the dd-trace library stores the 64-bit SpanContext._trace_id, with the additional higher-order bits of the trace ID stored in spanContext._trace.tags['_dd.p.tid']....