Tommy Meisel

Results 4 comments of Tommy Meisel

I agree with @EduardoVaca, I prefer that the function takes in a `NSString` instead of `id`. This makes it more clear what types of values the framework supports. It's also...

@sid-dahiya the type enforcement would happen in the objc wrapper. Changing this parameter to `NSString` would bring this function in line with the other functions on the class since they...

@lalitb we don't have the stack trace for the other threads unfortunately

@lalitb here's a crash log with the PauseTransmission issue - [report-2517068873866699999-59e56560-7cb3-4c83-9343-b9e8ff905328 (1).txt](https://github.com/microsoft/cpp_client_telemetry/files/12937714/report-2517068873866699999-59e56560-7cb3-4c83-9343-b9e8ff905328.1.txt) From the call stack, I noticed the PauseTransmission function [is synchronously waiting for the HTTP requests](https://github.com/microsoft/cpp_client_telemetry/blob/main/lib/http/HttpClientManager.cpp#L152) to complete....