elixir-sippet icon indicating copy to clipboard operation
elixir-sippet copied to clipboard

Fixing child_spec memory leak

Open martinos opened this issue 3 years ago • 0 comments

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 .

martinos avatar Dec 17 '21 16:12 martinos