Benoit Dion
Benoit Dion
EventBus should keep a weak reference to the subscriber so registration aren't leaking objects when unregister is never called.
This makes it easier to do the registration in a base class where some of the derived class may not subscribe to any event.
I realize this might be a big ask but would it be possible to release a new 4.x version with a more recent version of `System.Threading.Tasks.Extensions`? This will make consuming...
**Describe the changes in the pull request** - Update install_boost script to skip install if an installation is already found - Update llvm version in macos.sh - More robust error...