ground-db icon indicating copy to clipboard operation
ground-db copied to clipboard

API for connected and not connected

Open isAlmogK opened this issue 9 years ago • 3 comments

It would be great to have a simple API that will show when ground db is running in offline mode.

You can use the Meteor.status() method however it has issues with chrome and is not connected to groundDB

isAlmogK avatar Jan 19 '15 05:01 isAlmogK

I need this api too.

wuzhuzhu avatar Jul 21 '15 19:07 wuzhuzhu

I've been thinking about adding a reactive hasOutstandingMethods - this will be true if user data haven't been stored on the server - would that solve the issue?

raix avatar Jul 27 '15 09:07 raix

That might work, then I can just do a cross check

isAlmogK avatar Jul 27 '15 19:07 isAlmogK