multi/
To reconstruct the bug: Add chBobAlice.Close() to client/test/multiledger_dispute.go:135 and then run the multi-ledger dispute tests.
Problem
When trying to close a multi-ledger channel with ch.Close() the method does not return and we get a deadlock.
This only happens if we have started a watcher for this channel.
Proposal
We have to identify the reason for this bug and then fix it.
Location
multi/
To reconstruct the bug: AddchBobAlice.Close()
toclient/test/multiledger_dispute.go:135
and then run the multi-ledger dispute tests.Problem
When trying to close a multi-ledger channel with
ch.Close()
the method does not return and we get a deadlock. This only happens if we have started a watcher for this channel.Proposal
We have to identify the reason for this bug and then fix it.