Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around a race condition when deleting slide counters
If SampleMod:trim/2 gets called by a folsom_sample_slide_server after the ETS table the server is trimming has gone away, it will go into a restart loop and eventually bring down the folsom_sample_slide_sup supervisor. This fixes that by catching badarg and stopping the erronous process normally.
- Loading branch information