If I have 2 uuid (uuid_inbound and uuid_outbound) in an ESL socket outbound application, there is a way to filter events related to this two uuid?<div><br><div>If I try to do:</div><div><br></div><div>connection.filter(&quot;unique-id&quot;, uuid_inbound);</div>
<div>connection.filter(&quot;unique-id&quot;, uuid_outbound);</div><div><br></div><div>it seems that the second filter overwrite the first one and my application receives only uuid_outbound related events.</div><div><br></div>
<div>I have tried also an:</div><div><br></div><div>connection.filter(&quot;unique-id&quot;, uuid_inbound + &quot;|&quot; + uuid_outbound);</div><div><br></div><div>but in this way no event are received.</div><div><br></div>
<div>There is a way to filter 2 specific uuid&#39;s or I have to receive all events and implement the filtering in my ESL application?</div><div><br></div><div>Stephen</div></div>