Merge branch 'develop' of github.com:Agorise/graphenej into develop
This commit is contained in:
commit
3b298ebf6b
1 changed files with 2 additions and 1 deletions
|
@ -714,7 +714,8 @@ public class NetworkService extends Service {
|
|||
|
||||
// Remove node from nodeLatencyVerifier, so that it publishes its removal
|
||||
nodeLatencyVerifier.removeNode(mSelectedNode);
|
||||
} else {
|
||||
// Avoid crash #133
|
||||
} else if (mSelectedNode != null){
|
||||
// Adding a very high latency value to this node in order to prevent
|
||||
// us from getting it again
|
||||
mSelectedNode.addLatencyValue(Long.MAX_VALUE);
|
||||
|
|
Loading…
Reference in a new issue