You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our test suite, we bind Iroh endpoints to 127.0.0.1 and use ticket overrides to avoid dependencies on external network and force quick and reliable connections.
However, this triggers some internal codepaths that do not expect this situation.
It's not a big deal, things still work fine, just the logs get a lot of warns from Iroh.
Describe the bug
In our test suite, we bind Iroh endpoints to 127.0.0.1 and use ticket overrides to avoid dependencies on external network and force quick and reliable connections.
However, this triggers some internal codepaths that do not expect this situation.
It's not a big deal, things still work fine, just the logs get a lot of
warn
s from Iroh.Relevant Logs
Expected behavior
Maybe detect 127.0.0.1 and [::1] and just skip all probes?
Platform(s)
Linux desktip/server.
The text was updated successfully, but these errors were encountered: