10101 icon indicating copy to clipboard operation
10101 copied to clipboard

Do not continue with protocol after X time

Open bonomat opened this issue 1 year ago • 3 comments

It looks like the user was just stuck in SettleOffer for quite some time. The user finished the settle protocol on Sunday, 10th of March. Meaning the user wasn't actually stuck, he only withhold the response (SettleAccept) for over a week, which is weird, as the app would reject any pending offer on reconnect. But in this scenario the SettleAccept was eventually sent completing the protocol.

In this case, we should not continue with the protocol.

bonomat avatar Mar 12 '24 07:03 bonomat

We disabled force-closure of stuck protocols during beta and we might want to revisit this when going out of beta.

Maybe there is a way of rolling back instead of force-closing.

bonomat avatar Mar 28 '24 09:03 bonomat

In this case, we should not continue with the protocol.

Do you mean that if SettleAccept is late (past X time from last protocol message),then it should not be accepted, whereas now we are accepting it?

Restioson avatar Jun 03 '24 11:06 Restioson

Yes, correct.

bonomat avatar Jun 03 '24 23:06 bonomat