elixir-sippet
elixir-sippet copied to clipboard
Fixing child_spec memory leak
I fixed a memory leak where the child_specs of a supervisor do not get cleaned. In order to do so automatically, we should use a DynamicSupervisor. Fixes #26 .