Commit 6631fbc
committed
fix: Add close() to the AsyncFeatureRequester interface
AsyncPollingUpdateProcessor.stop awaits requester.close(), and the requester param is typed against AsyncFeatureRequester, so the interface must declare close() — otherwise a substitute requester implementing only the interface would fail at shutdown.1 parent b64a464 commit 6631fbc
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
593 | 600 | | |
594 | 601 | | |
595 | 602 | | |
| |||
0 commit comments