<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    The problem is also observed when registering the same property
    again:<br>
    <br>
    (node1)3> gproc:reg({p, g, mytopic}).<br>
    true<br>
    <br>
    ..send a message to this property on a remote node..<br>
    <br>
    (node1)4> flush().<br>
    Shell got {mytopic,hello}<br>
    ok<br>
    <br>
    (node1)5> gproc:reg({p, g, mytopic}).<br>
    ** exception error: bad argument<br>
         in function  gproc:reg/1<br>
            called as gproc:reg({p,g,mytopic})<br>
    <br>
    ..send a message to this property on a remote node..<br>
    <br>
    (node1)6> flush().<br>
    ok<br>
    <br>
    <br>
    Thanks<br>
    Khitai<br>
    <br>
    <div class="moz-cite-prefix">On 2016/3/16 3:24, Ulf Wiger wrote:<br>
    </div>
    <blockquote
      cite="mid:53EECA26-265A-4AE6-AB64-78FC4525E262@wiger.net"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div class="">I have made a PR for this:</div>
      <div class=""><br class="">
      </div>
      <div class=""><a moz-do-not-send="true"
          href="https://github.com/uwiger/gproc/pull/108" class="">https://github.com/uwiger/gproc/pull/108</a></div>
      <div class=""><br class="">
      </div>
      <div class="">I’m not 100% happy with it, nor does it have a test
        case for the previously failing case.</div>
      <div class="">However, the original test suite passes, and the
        manual test you describe also works for me (and didn’t before).</div>
      <div class=""><br class="">
      </div>
      <div class="">BR,</div>
      <div class="">Ulf W<br class="">
      </div>
    </blockquote>
    <br>
  </body>
</html>