Recover from any exception when fetching gossip.
When trying to fetch the gossip, in case of exception we should recover and try the next seed. This is not the current behavior of the library, so this MR fixes that.
When trying to fetch the gossip, in case of exception we should recover and try the next seed. This is not the current behavior of the library, so this MR fixes that.