To reproduce: 1. Configure an account on some server by running `cmping example.org example.org` (I used ci-chatmail.testrun.org) 2. Configure nftables to drop all packets 3. Run cmping again, see it hangs forever on "waiting for profiles to be online": <img width="700" alt="Image" src="https://github.com/user-attachments/assets/2236f5a0-96f9-4868-a928-c0a56750fbfb" /> Hangs in this loop: https://github.com/chatmail/cmping/blob/7f6923793a4114f42ee59c54bbcee9f13280fbaa/cmping.py#L414-L417
To reproduce:
cmping example.org example.org(I used ci-chatmail.testrun.org)Hangs in this loop:
cmping/cmping.py
Lines 414 to 417 in 7f69237