You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yea this is a bit annoying, so I dug into it a bit. If I comment out this line in net-fsm the problem goes away.
What seems to be happening is erl-connect makes a call to fsm-connect to connect to epmd, passing a success continuation that makes another call to fsm-connect to connect to the node specified. The first FSM terminates and kills the buffer, giving that message.
Commenting out that line works for me but I don't know enough about this code yet to submit a PR or grok what I might have broken. Looking at fsm-connect, fsm-open-socket, and fsm-attach, it appears to want to reuse the same process and switch the buffers. I'll poke at it some more.
This occurs every time I start up everything and send the ping. Often I don't notice the message and prompt. By the time I do and press Y, I get:
The text was updated successfully, but these errors were encountered: