Status quo: We hook ssb.get(). In the function hook, we first call the original get, if that fails, we try to ooo get, and if that also fails, we try the original get again. If flumedb shuts down between the two calls to the original get, it'll throw an unhandled expetion at us when we do the 2nd call. This PR prevents that.
Status quo: We hook ssb.get(). In the function hook, we first call the original get, if that fails, we try to ooo get, and if that also fails, we try the original get again. If flumedb shuts down between the two calls to the original get, it'll throw an unhandled expetion at us when we do the 2nd call. This PR prevents that.