Franz Heinzmann

Results 101 comments of Franz Heinzmann

There's this tool [`cargo-check-external-types`](https://github.com/awslabs/cargo-check-external-types) which produces a list of foreign types that are used in public APIs. (If you want to try it out: Note that it needs a specific...

Rebased and addressed review, will merge if green.

The flakyness is not only due to slow CI I think, I got it to fail locally too from time to time. My current reasoning is that the fix applied...

I pushed a commit that makes the test pass reliably (locally for me at least): https://github.com/n0-computer/iroh/pull/3372/commits/a8ee257e2f94c7b4ae0badd67b25513b98c3d46f It adds the following case to `BestAddr::insert_if_better_or_reconfirm`, which is called when a pong is...

initial investigation for `test_one_server_two_clients_public_relay`: once the second client starts to connect, I do get the logs for it sending datagrams via the RemoteStateActor on all paths (ip and relay). on...

Interestingly, CI fails only for ubuntu-stable features `none` or `default`, all others pass! I can reproduce the failure reliably locally though.

Some findings. Looking at the logs of the test with the public relay. First client works fine. Now second client starts. Looking at the logs of the server for the...

Ooh I think I found the reason! What happens is this (thanks qlog!!): 1) Server and client create endpoint, connect to public relay 2) Client connects to server, has its...

> Is the original connection closed before it receives the second initial, or are there two simultaneous connections? not sure yet, rerunning with more logs now.