Commit e11b481
committed
fix(aspnetcore): skip shutdown hook when ExceptionlessLifetimeService is registered
UseExceptionless() now checks if ExceptionlessLifetimeService is already
registered via AddExceptionless() hosting integration and skips the
redundant ApplicationStopping callback to avoid double queue flushing.1 parent 857342f commit e11b481
1 file changed
Lines changed: 4 additions & 2 deletions
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments