Hi, It happenes estimately 15% times - I run my code with startAsync() followed by awaitRunning(), and program just hangs forever. It looks like it freezes before starting to download blocks. Runing program again usually helps with this.
I even tried to bypass this with a while(true) loop that calls awaitRunning with timeout, and then stopAsync() and awaitTerminated() in case of reaching it (like in https://github.com/bitcoinj/bitcoinj/issues/1272), but service doesn't seem to stop either. If anyone had similiar problem, I would appreciate any help. -- You received this message because you are subscribed to the Google Groups "bitcoinj" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
