Skip to content

Commit 398bc1f

Browse files
Fix random warning on garbage collector closing connections when cancalling multisession futures [#820]
1 parent b8c10f1 commit 398bc1f

File tree

3 files changed

+218
-186
lines changed

3 files changed

+218
-186
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
behavior via an R option - see `help("future.options", package =
1515
"future")` for how to do this.
1616

17+
## Bug Fixes
18+
19+
* Cancellation of 'multisession' futures could produce a warning on
20+
"In .Internal(gc(verbose, reset, full)) : closing unused connection
21+
3 (<-localhost:11825)".
22+
1723

1824
# Version 1.69.0 [2026-01-15]
1925

0 commit comments

Comments
 (0)