Skip to content

v2.2.2

Compare
Choose a tag to compare
@halturin halturin released this 01 Mar 09:42
· 14 commits to master since this release
fdcc5da
  • Introduced gen.Pool. This behavior implements a basic design pattern with a pool of workers. All messages/requests received by the pool process are forwarded to the workers using the "Round Robin" algorithm. The worker process is automatically restarting on termination. See example here examples/genpool
  • Removed Erlang RPC support. A while ago Erlang has changed the way of handling this kind of request making this feature more similar to the regular gen.Server. So, there is no reason to keep supporting it. Use a regular way of messaging instead - gen.Server.
  • Fixed issue #130 (StartType option in gen.ApplicationSpec is ignored for the autostarting applications)
  • Fixed issue #143 (incorrect cleaning up the aliases belonging to the terminated process)