wpilibsuite / allwpilib

Official Repository of WPILibJ and WPILibC
https://wpilib.org/
Other
1.04k stars 605 forks source link

[ntcore] Use cleaner to ensure GC collection frees native resources #5215

Open PeterJohnson opened 1 year ago

PeterJohnson commented 1 year ago

Downside is that it may be surprising for publishers to just "disappear" when they are eventually GC'ed (silently breaking change).

Starlight220 commented 9 months ago

Should also be done for everything else (HAL, etc)