Commit 7508ffe
authored
fix: Exec hangs (#1267)
* fix: exec hanging
* fix: exec hang
* chore: increase buffer
* chore: add StandardOutput timeout
* chore: switch to event based
* chore: simplify logic
* chore: fix logic
* fix: remove async
* chore: simplify logic
* fix: revert to non Event based logic
* fix: simplify logic
* fix: switch to GetAwaiter().GetResult()
* feat: externalize exec timeout
* feat: send errors to event
* chore: formatting
* fix: add null check for event handler
* feat: switch to TimeSpan1 parent 2a37ba8 commit 7508ffe
File tree
1 file changed
+21
-11
lines changed- src/KubernetesClient
1 file changed
+21
-11
lines changedLines changed: 21 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
31 | 41 | | |
32 | 42 | | |
33 | 43 | | |
| |||
552 | 562 | | |
553 | 563 | | |
554 | 564 | | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
555 | 570 | | |
556 | 571 | | |
557 | 572 | | |
558 | 573 | | |
559 | 574 | | |
560 | 575 | | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | 576 | | |
572 | 577 | | |
573 | | - | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
574 | 584 | | |
575 | 585 | | |
576 | 586 | | |
| |||
0 commit comments