Can't leave after user issues cancelation from base aepp

Hello People!

We (with @hernandp) have this scenario:

-base aepp user issues a deposit request which when asked for confirmation, decides to cancel-reject it.
-just after that, base aepp sends an unstructured message to other party, successfuly.
-then, the other party tries to leave() the channel, and after some time (maybe a minute or so), leave’s promise returns this error:

leave:Error: Unexpected message received:

{“jsonrpc”:“2.0”,“method”:“channels.info”,“params”:{“channel_id”:“ch_BY2kyWhfEtg3c9LSzGXhtydNx2p6zVDnDVHU3sqeaT16Y6uZB”,“data”:{“event”:“timeout”}},“version”:1}
[Nest] 27983 - 09/04/2019, 5:58 PM [customer] ch_BY2kyWhfEtg3|[DIED]
[Nest] 27983 - 09/04/2019, 5:58 PM [customer] ch_BY2kyWhfEtg3|[DISCONNECTED]

we are unsure if this has to do with SC user abort & recoverable errors by uwiger · Pull Request #2725 · aeternity/aeternity · GitHub or not.
thanks