hoprnet / hopr-core

Main repository of HOPR - this is all you need to run a node on the HOPR network!
https://hoprnet.org
GNU General Public License v3.0
14 stars 5 forks source link

Fix tests on develop #264

Closed peterbraden closed 4 years ago

peterbraden commented 4 years ago

@robertkiel please look at the STUN changes.

robertkiel commented 4 years ago

We can do it like that. The reason why I haven't done it like that is that we need to know on which port we're going to listen before we bind the process to that specific port. This is necessary because we otherwise have to pass the port number to the party that intends to do the STUN request.

The reason why this test is failing is in my opinion an unsuccessful connection attempt coming from the transport module.