Merge pull request #663 from abitmore/patch-7
Catch all exception when connecting to other peers
This commit is contained in:
commit
f700d0c4de
1 changed files with 1 additions and 0 deletions
|
|
@ -979,6 +979,7 @@ namespace graphene { namespace net { namespace detail {
|
||||||
{
|
{
|
||||||
elog("${e}", ("e", e));
|
elog("${e}", ("e", e));
|
||||||
}
|
}
|
||||||
|
FC_CAPTURE_AND_LOG( () )
|
||||||
}// while(!canceled)
|
}// while(!canceled)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue