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 }.
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 }
.