Michael Shapiro

Results 42 comments of Michael Shapiro

Curious. From the visualixir iex session, does `Node.ping(:"myapp@holly")` also give you `:pang`? I wonder if epmd isn't running for some reason.

It's interesting that it takes a few seconds… it sounds like maybe it's trying to connect to an external host. Does `holly` have an entry in `/etc/hosts`? What does `epmd...

I'm a little stumped. Does `nc -w 0 localhost 57596 && echo $?` give you `0`?

Hey @Licenser, I don't have an image around for it. If there's one that you think would go well, I'm all ears (or eyes). :)

Is there a particular bit of code you'd replace with recon to make things safer? I've previously been concerned about situations where monitoring a process' messages causes a cascading increase...

That's curious. I don't have a linux environment to test on at the moment though. I'm open to any suggestions. :)

what a bummer, fancy making a PR? :)

+1, I'd really like to see this in npm too.

Would love this for 2024 😢

Hey @wende, thanks for the PR! :) Could you include some tests for the new functionality? Also, some notes in the README would make this a complete PR.