v1.1.0
·
1339 commits
to master
since this release
1.1.0 (2022-08-08)
Features
Adding support for changing ActorSystem
implementation ( [73a5adf]) . The following tag has to be indicated in the formula's configuration file:
"actor_system": "<implementation>"
Via le command line via --as <implementation>
or --actor_system <implementation>
.
Possible values of <implementation>
are: multiprocQueueBase
, multiprocTCPBase
or simpleSystemBase
(default). The value for Convention Address.IPv4
is 127.0.0.1:1900
when multiprocTCPBase
is selected.