<div dir="ltr">Hi all,<br>I have some doubts about how spread works. I have two machines <br><br>spread.conf (same on both nodes):<br><br><div style="margin-left: 40px;">Spread_Segment&nbsp; <a href="http://10.113.101.255:4803/" target="_blank">10.113.101.255:4803</a> {<br>

&nbsp; host1 &nbsp;&nbsp;&nbsp; <a href="http://10.113.101.165/" target="_blank">10.113.101.165</a> <br>&nbsp; host2 &nbsp;&nbsp;&nbsp; <a href="http://10.113.101.164/" target="_blank">10.113.101.164</a><br>}</div><br>Trying to comunicate both, I run this command on host2:<br>
<br><div style="margin-left: 40px;">goodfood@host2&gt;&nbsp; ./spuser -s 4803<br>Spread library version is 4.0.0<br>User: connected to 4803 with private group #user#host2<br></div><br>and join the group &quot;monitor&quot;. Now here is the doubt. If on the host1 I connect like this:<br>
<div><br><div style="margin-left: 40px;">goodfood@host1&gt; ./spuser -s 4803<br></div><br>joining the group &quot;monitor&quot; and sending a message, host2 doesn&#39;t receive the message.<br>but instead if I connect like this:<br>
<br><div style="margin-left: 40px;">goodfood@host1&gt; ./spuser -s 4803@host2<br></div><br>It works. Is this the expected behaviour? I supposed that every daemon communicates with each others. <br>Where could it be the problem?<br>
Thanks<br></div></div>