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

Consider re-working client to use acitve mode with gen_tcp #66

Closed starbelly closed 1 year ago

starbelly commented 1 year ago

Per #65 , #64 , and #63 we may want to consider re-working the client to use active mode provided by gen_tcp and leveraging gen_statem vs gen_server.

Specifically, per the aforementioned PRs we're starting to essentially re-implement a tried and true feature of gen_tcp, namely {active, true |false |once | N }.

starbelly commented 1 year ago

Closed via #68