[bisq-network/bisq] Mediator UI shows closed state when mediation ticket isn't closed. (#3731)

Christoph Atteneder notifications at github.com
Tue Dec 3 12:43:50 UTC 2019


So it seems the dispute result message for Alice wasn't sent out or failed somehow else.
https://github.com/bisq-network/bisq/blob/037f1672ddbf4d9db4f919f1332942fe96102bbb/desktop/src/main/java/bisq/desktop/main/overlays/windows/DisputeSummaryWindow.java#L671-L688
As the closed state is set before sending the message it could be that the mediation case is closed, but the message isn't delivered (we properly should move the setting of the closed state only if onArrived or onStoredInMailbox was successful). What I don't get is that the mediation case is open again after a restart. It should be already queued up to be saved and I don't see any code part that could reset the property. It looks like storage of the dispute failed?

For the failed sending part: Did you see the `...arrived at peer...` log statement in the mediator for Alice`s dispute closed message? Or do you see a `...failed: ...`?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/3731#issuecomment-561150854
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191203/12e7123c/attachment.html>


More information about the bisq-github mailing list