- 24 Jul, 2020 1 commit
-
-
Dominik Charousset authored
-
- 16 Jul, 2020 2 commits
-
-
Dominik Charousset authored
-
Joseph Noir authored
Close socket if SSL session initialization fails
-
- 15 Jul, 2020 1 commit
-
-
Dominik Charousset authored
-
- 13 May, 2020 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 12 May, 2020 7 commits
-
-
Joseph Noir authored
Make sure BASP nodes agree on a single connection
-
Dominik Charousset authored
-
Dominik Charousset authored
Co-authored-by:
Joseph Noir <josephnoir@users.noreply.github.com>
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 09 May, 2020 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 08 May, 2020 1 commit
-
-
Dominik Charousset authored
-
- 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
-
- 03 May, 2020 1 commit
-
-
Dominik Charousset authored
Before looking for an alternative path, we first have to remove the path from `direct_by_hdl_`. Otherwise, we always find the handle itself as an 'alternative' path.
-
- 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 4 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.
-