remove assertion when trying to re-enable active mode#40
remove assertion when trying to re-enable active mode#40rawhat merged 2 commits intorawhat:masterfrom
Conversation
|
Should one do |
yep, that is the cleaner approach, the connection is already dead at Error case, so we should stop the actor then! |
|
Makes sense, thank you! |
|
I just wonder... |
You nailed it, I am receiving lots of crashes now. We are pattern matching on Error(Nil) which is not the case exactly. Internally we don't return {error, nil}! |
Closes #39