Caleb Fletcher
Caleb Fletcher
Rename ROLE_NAME config variable to differentiate it from the self-join role names SELF_JOIN_ALIASES allows commands to be created that alias the self-join command, e.g. `!notify` to `!join notified`. The config...
I was looking for a way to be able to communicate with a remote actor without having to join it to a process group, and found this section in the...
This PR registers remote actors into the node's local registry, and adds an integration test to demonstrate that this works.
Per RM0385 (https://www.st.com/resource/en/reference_manual/rm0385-stm32f75xxx-and-stm32f74xxx-advanced-armbased-32bit-mcus-stmicroelectronics.pdf) these two lines have the TIM2/TIM3/TIM4/TIM5 timers as what seems to be a hybrid between the version 1 timer and version 2 timer that was added in...
**Describe the bug** #330 changed the listen address on `ractor_cluster` to listen to `::1` rather than `0.0.0.0` so that both IPv4 and IPv6 connections are available. However, this behavior is...