Dominik Charousset
Dominik Charousset
Provide unicode conversion to cppa::to_string and cppa::from_string as soon as unicode codecvt implementations are available in GCC.
Throughout performance comparisons of the CAF network backend vs poll/epoll/select posted on the [bro-dev](http://mailman.icsi.berkeley.edu/pipermail/bro-dev/2017-April/012416.html) mailing list seems to indicate that the performance is reasonable in most cases. However, CAF induces...
This causes the receiving node to create a proxy while deserializing the message only to immediately destroy it again (since no one is holding onto a reference to it anymore)....
Allow users to configure socket options via INI file or CLI, i.e.: - `SO_RCVBUF ` - `SO_SNDBUF` - `SO_KEEPALIVE` (also consider setting this to `true` per default)
This bug has been originally reported [on the mailing list](https://groups.google.com/forum/#!topic/actor-framework/SE0gspqliA4) and I could reproduce it in a unit test (see `issue/546` branch).
As reported in #501, the BASP broker does not use a timeout for the handshake process. This means connecting to hanging CAF node or accidentally to other services such as...
This PR adds `clang-tidy` to our CI pipeline with `bugprone-*` and `clang-analyzer-*` checks (plus fixes for the findings) as initial set of checks. To make the PRs easier to review,...
This PR adds a couple of new metrics to Broker that keep track of message and store command throughput as well as buffer slots. It also introduces a new metric...
To allow users to better understand what Broker is doing and to understand the health of the system, we need additional metrics. The list we've came up with so far:...
This was originally a task in #212. Basically, we want to add additional quality gates to our CI: - [x] `clang-format` to make sure we use a consistent coding style...