dmolokanov / appinsights-rs

Application Insights SDK for Rust
MIT License
33 stars 24 forks source link

Send trait on TelemetryClient #270

Closed kamlesh-nb closed 1 year ago

kamlesh-nb commented 2 years ago

Could you please add Send trait to TelemetryClient, it is difficult to send it across the threads without it.

dmolokanov commented 1 year ago

Fixed by #286