bisq/core
chimp1984 75c85f3d85
Improve handling of p2pNetworkAndWalletReady
The p2pNetworkAndWalletReady MonadicBinding might be removed from GC
if its a local variable. I observed that in BisqSetup with a similar
setup. It might be an implementation weakness in MonadicBinding
(usage of weak references?). A tester reported that he does not see any
result, which might be cause that the service never gets the
onP2pNetworkAndWalletReady triggered if the MonadicBinding is not there
anymore.
By removing the listener we need at shutdown we need it anyway as class
field (so codacy does not complain anymore). As well added a check if
all is already complete to skip the MonadicBinding at all
(not expected case in onAllServicesInitialized).
2020-09-04 13:46:15 -05:00
..
.tx Merge core repository at 4597613 2018-09-05 10:48:22 +02:00
src Improve handling of p2pNetworkAndWalletReady 2020-09-04 13:46:15 -05:00
update_translations.sh Remove Greek from supported core languages 2020-01-08 09:04:17 +01:00