MASQ-Project/MASQ-Node-issues

Don't send a InboundServerData message when a DnsResolveFailure message get sent

Opened this issue · 0 comments

We have found that the originating Node is reusing the stream key for DNS retries.
Due to this if originating node receives an ExpiredCoresPackage with DnsResolveFailure it wont remove the stream yet.

So instead can we stop the system from sending a InboundServerData message when ever a DnsResolveFailure get sent

Will need to refactor some tests by removing thread spawn.
We may need to add a test utility in system_stop_conditions to match on the exact count of total messages received.