jlouis / turtle

A wrapper on the RabbitMQ Erlang Client (Erlang)
Other
71 stars 15 forks source link

Fix the conn_sup supervision specification #36

Closed gausby closed 6 years ago

gausby commented 6 years ago

Fixes #34 - The turtle conn process is a worker and not a supervisor.

I have also upgraded the specification itself to the new map-based supervision specification format. This is also the format used by the janitor specification a couple of lines above, so I do not think there is any backwards compatibility concerns.