HCA-Healthcare / elixir-mllp

An Elixir library for transporting HL7 messages via MLLP (Minimal Lower Layer Protocol)
Apache License 2.0
41 stars 19 forks source link

Fix 43 multiple behaviours #44

Closed bryanhunter closed 2 years ago

bryanhunter commented 2 years ago

Fixes #43

Before, if your Dispatcher was a GenServer (two behaviours) only one would be seen by the implements_behaviour? check.