Commit 05dd5ba
committed
Fix crash when reconnecting in background sender thread
Signed-off-by: Bob Weinand <[email protected]>1 parent 5d08aec commit 05dd5ba
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
Submodule libdatadog updated 10 files
- .github/actions/clippy-annotation-reporter/Cargo.toml+1-1
- Cargo.lock+12-12
- LICENSE-3rdparty.yml+5-5
- builder/Cargo.toml+1-1
- datadog-ipc/src/client.rs+22-4
- datadog-sidecar/src/service/blocking.rs+15-1
- datadog-sidecar/src/service/sender.rs+8-3
- datadog-sidecar/src/windows.rs+53-26
- libdd-common/Cargo.toml+1-1
- libdd-profiling/Cargo.toml+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments