lib/wayfarer/networking/context.rb in wayfarer-0.4.3 vs lib/wayfarer/networking/context.rb in wayfarer-0.4.4

- old
+ new

@@ -27,9 +27,10 @@ yield rescue *strategy.renew_on => e renew ensure # If renewing raises, re-raise the originally caught exception + # TODO: Not nice this effectively swallows exceptions raise e if e end end end end