Version 0.11.2
This release resolves some minor issues in CAF:
- Make sure functor-based actors release their init arguments properly (#151)
- Fixed an issue with reference count of published actors (#189)
- Make sure
publish
throws an exception on TCP timeouts (#192) - Added an
unpublish
function (#197) - Explicitly force integral types for durations to avoid unexpected results via
static_assert
(#198)