futureverse / futureverse/marshal
marshal: turn connections into invalid connections
Open
- Dominant language
- R
- Stars
- 15
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
For example, if we detect a connection with index K, we can change its index to -1. If the connection is never used, all is fine, and if it's used it'll trigger a run-time error.
The background is that R does not protect against using connections in other R sessions. This should ideally be fixed in R itself, cf. https://github.com/HenrikBengtsson/Wishlist-for-R/issues/81
Contributor guide
Assessment
This issue has not been assessed yet.