arjan / singleton

Global, supervised singleton processes for Elixir
MIT License
108 stars 19 forks source link

Fix dialyzer warnings, add some logging, add restart delay #1

Closed juulSme closed 4 years ago

juulSme commented 5 years ago

Hi! Thanks for creating this little library, I've found it quite useful. I've made some slight modifications to the source code, perhaps you are interested to merge them into the upstream.

arjan commented 4 years ago

Thanks! I removed the raise in the start_link, as that conflicts with standard OTP behaviour. And it caused the tests to fail.