Comcast / sirius

A distributed system library for managing application reference data
http://comcast.github.io/sirius/
Apache License 2.0
298 stars 49 forks source link

Return false for timed-out `isOnline` calls #87

Closed clinedome-work closed 10 years ago

clinedome-work commented 10 years ago

There's an ask involved in resolving isOnline, which, though it seems unlikely, could possibly time out. If this happens, we don't want that AskTimeout exception to escape and blow things up. So, call a timeout "false", and let the polling take care of the rest.

comcast-jonm commented 10 years ago

Looks better. :+1: