Max Golovanov

Results 140 comments of Max Golovanov
trafficstars

@cijothomas - does it mean that if `v1.9` gets released, it will still be fully ABI backwards compatible with `v1.8.1`? I'd like to avoid the next runtime crash when our...

@lalitb I'd like to address some comments from reviewers, i.e. - adding a method that allows to set both TraceId+SpanId at once - possibly exposing a method like this to...

@lalitb - although may not related, I noticed that about 1.5 years ago there was a change in the shutdown sequence (zombie loggers-related), that could cause the SDK to get...

@lalitb @nishchith-cp - I don't think it was actually the same issue. The bug that I'm observing is spinning in `FlushAndTeardown` without uploading anything. In my case the code doesn't...

> should we move this code under `example` directory? I can split it into two parts: - `EventNativeAPI.cs` - belongs in `wrappers` dir. This is nearly identical to what we...

Sorry for delay. We integrated it on our end, so I put it on a back-burner. I'll get back to this.

This is happening because SDK on iOS/Mac does not seem to wait for HTTP stack confirmation that a pending request is either completed or cancelled. A workaround could be to...

It is reproducible with any simple app launched directly from command line: Repro: [minimal_gradio_app.zip](https://github.com/user-attachments/files/19577829/minimal_gradio_app.zip) **RunGradio.ps1** ```PowerShell # Check if the virtual environment exists if (!(Test-Path -Path "env")) { # Create...

Have you tried `build-all-v143.bat`: https://github.com/microsoft/cpp_client_telemetry/blob/main/build-all-v143.bat ``` @echo off set VSTOOLS_VERSION=vs2022 set PlatformToolset=v143 call build-all.bat ``` ![image](https://github.com/microsoft/cpp_client_telemetry/assets/34072974/00f8c02f-9e7d-476b-8402-4d2c63303598)

It's documented in `README` - `Build issues are in general out of the support scope due to the unlimited number of build flags combinations.`. https://github.com/microsoft/cpp_client_telemetry/pulls?q=is%3Apr+is%3Aclosed+vs2022 - if you feel that...