Open hank opened 10 years ago
This is because of commit d3a4cf0, which merges an upstream commit 9dd696. Particularly, line 737 in BlockchainServiceImpl.java, function onDestroy()
that added:
WalletApplication.scheduleStartBlockchainService(this);
I assumed this was added to force a service restart in event of anomalous service interruption (like low memory, etc)?
Fantastic. This will be included in the next release, and we'll see if it helps the users who were having issues.
Need to remove WalletApplication.scheduleStartBlockchainService(this); from the shutdowns.
I believe this is fixed.
Something is apparently still turning the service on after Disconnect:
https://litecointalk.org/index.php?topic=12196.msg114690#msg114690