Lalit Kumar Bhasin

Results 425 comments of Lalit Kumar Bhasin
trafficstars

@sulahane - We don't use any memory/cpu profiling tools as part of CI test to catch memory leaks., but you can use something like [google-sanitisers](https://github.com/google/sanitizers). ASAN ( from google-sanitisers) and...

This is the patch we applied in opentelemetry-cpp to fix the issue for both windows and Linux (poll is posix call, and not supported in windows). https://github.com/open-telemetry/opentelemetry-cpp/pull/1410/files But I was...

Oh I noticed @peacenix has already shared the opentelemetry-cpp PR. Please ignore my comment on that :) btw., opentelemetry-cpp now uses `curl_multi_poll` to poll for multiple handles simultaneously.

@sid-dahiya Do you know if someone from office telemetry team with Android expertise (Saurabh?) can help review this code?

> but I'm not sure if it'd work to build amd64 grpc and otel then link to an arm64 binary. That won't work for C++. Tagging @esigo as he has...

Please assign it to me. Thanks.

same issue while running on debian: $ node -v v0.12.2 $ uname -a Linux playServer 3.2.0-4-486 #1 Debian 3.2.60-1+deb7u3 i686 GNU/Linux $ output: Your submission results compared to the expected:...

@sirzooro, Do you think adding a new api (say) `Tracer::UseSpan()` api to make the span current be a better approach here: ```cpp void EventLoop() { while (1) { auto obj...