<div dir="ltr">Hello,<br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 18, 2018 at 1:46 AM, David Welton <span dir="ltr"><<a href="mailto:davidnwelton@gmail.com" target="_blank">davidnwelton@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I've been looking at the system I'm working on to see how things will<br>
look if the C node is down:<br>
<br>
timer:tc(fun() -> {any, 'cnode@foobar'}  ! {level, 50} end).<br>
<br>
It takes something like 7 seconds!  This shouldn't happen often, but<br>
it'd be nice if it didn't gum everything up.  I guess it's easy enough<br>
to wrap that in a spawn, but it just seemed a bit odd.<br></blockquote><div><br></div><div>This behavior has been fixed in the upcoming OTP-21 release so that operations to unconnected remote nodes no longer block until the connection has been established.</div><div><br></div><div>Lukas</div></div></div></div>