[bisq-network/bisq-core] Call init at liteNodeNetworkService at onAllServicesInitialized (#121)

Manfred Karrer notifications at github.com
Thu Jun 21 19:11:48 UTC 2018


In the current version the LiteNodeNetworkService from the dao package start to requests blocks from seed nodes after all connections lost and re-connection happens. It has not caused problems as the capability check avoided that the msg is sent, but that fix makes sure that the setup of the listeners is not done in the constructor but on init which will not be called if the DAO is not activated.
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq-core/pull/121

-- Commit Summary --

  * Call init at liteNodeNetworkService at onAllServicesInitialized

-- File Changes --

    M src/main/java/bisq/core/dao/node/lite/LiteNode.java (1)
    M src/main/java/bisq/core/dao/node/lite/network/LiteNodeNetworkService.java (11)

-- Patch Links --

https://github.com/bisq-network/bisq-core/pull/121.patch
https://github.com/bisq-network/bisq-core/pull/121.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq-core/pull/121
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180621/a0fabf13/attachment-0001.html>


More information about the bisq-github mailing list