Dominik Charousset

Results 200 comments of Dominik Charousset

Seems like the warning has been fixed in the meantime already. 🙂 When updating the submodules to current Broker/CAF (and passing the same options as the CI build), I get:...

Confirmed, `RelWithDebInfo` reproduces the warnings.

Not exactly a duplicate, but still related: https://github.com/actor-framework/actor-framework/issues/584. From a user perspective, I probably would expect the `delayed_` and `scheduled_` variants for all functions as well. Still a bit torn...

Thanks for reporting this issue! From your description, this may also happen without involving the middleman.

I ran into the same issue while working on PR #954. The PR already contains a commit that will allow you to enable log output again via config file. That's...

> It'd be great if an application could leverage CAF's logging capabilities for its own debug logging even if CAF isn't specifically compiled with debugging support. FYI, this is now...

With the messaging redesign, we already have the typed views. So in general it'd be a good fit for 0.18. Implementing this would be very straightforward, but there are lots...

Branch `issue/506` contains a `typed_message` class. It needs more unit testing and the actual bulk of the work is integrating the class into CAF's messaging. Anyone who wants to take...

Thanks for reporting. Just to let you know I'm aware of the issue, I just hadn't cycles to reproduce / analyze it quite yet.

After digging into it, the bug shows up if the sequence of messages is HIGH -> HIGH (skip) -> NORMAL. In this case, the main loop sends a high priority...