Closed neilberkman closed 1 year ago
Ah, interesting. I was still pretty new to Elixir when I wrote that. I think my code at the time may have been monitoring the process and handling things differently in the event it terminated with this specific reason. :thinking: Reading the docs, it would seem that the only difference in behavior compared to using normal
is that ugly error log.
So I think it's good to merge, but should probably be a major version bump, as it does change the output of the GenServer when the connection drops. Thoughts?
So I think it's good to merge, but should probably be a major version bump, as it does change the output of the GenServer when the connection drops. Thoughts?
Makes sense to me 👍
Sweet, I'll push a new version. I squashed this PR so watch out for that in your local repo. :+1:
@cwc thanks for merging! FYI I updated my code here to use the 2.0
version rather than my fork.
I believe this should be handled as a
normal
termination. Prior to this change I was seeing: