- 07 May, 2020 5 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
When enabled, the flag adds a static assertion in `make_message` that makes sure each type has a message ID assigned to it.
-
Dominik Charousset authored
Porting some of the additions back to the CAF 0.17 series allows users to write code that is forward compatible to CAF 0.18.
-
- 06 May, 2020 1 commit
-
-
Joseph Noir authored
Fix CLI parsing and ref syncing
-
- 04 May, 2020 5 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 30 Apr, 2020 2 commits
-
-
Joseph Noir authored
Disconnect BASP nodes when reaching connection timeouts
-
Dominik Charousset authored
-
- 29 Apr, 2020 5 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
While we should push for enabling heartbeat + connection timeout by default, doing so in a patch release is the wrong way. This easily breaks deployments when mixing 0.17.5 and 0.17.4 in the network.
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 23 Apr, 2020 1 commit
-
-
Dominik Charousset authored
Fix build with C++17 enabled
-
- 22 Apr, 2020 6 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
The new default values (10s for heartbeats, 30s for disconnects) enable CAF to detect frozen nodes eventually by default.
-
Dominik Charousset authored
-
Dominik Charousset authored
By using `scheduled_send` instead of `delayed_send`, we can keep track of the timeliness of our heartbeats. If the BASP broker processes its tick after the next interval is over, we can assume an overload situation or too low heartbeat intervals. Further, the type of the `heartbeat_interval` constant was changed to `timespan` in order to fix a mismatch between the actor system config and the BASP broker. Relates #1095.
-
Dominik Charousset authored
-
Dominik Charousset authored
In order to remove frozen BASP nodes in a timely manner, users need to be able to provide a timeout on the messaging level. Ideally, this timeout is a multiple of the heartbeat interval.
-
- 21 Apr, 2020 1 commit
-
-
Dominik Charousset authored
-
- 04 Apr, 2020 4 commits
-
-
Joseph Noir authored
(cherry picked from commit aa4ec6ee)
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 02 Apr, 2020 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 30 Mar, 2020 1 commit
-
-
Dominik Charousset authored
-
- 27 Mar, 2020 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 26 Mar, 2020 1 commit
-
-
Dominik Charousset authored
-
- 06 Mar, 2020 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
(cherry picked from commit 2cf81be9)
-
Dominik Charousset authored
(cherry picked from commit 73bd12e6)
-
Dominik Charousset authored
(cherry picked from commit ab7b9114)
-