On Mar 3, 2014, at 6:06 AM, archit agarwal <[email protected]> wrote:
> 1 more item => Do we push every single message or is there a way to check > when the user is online...I mean I could write online and offline in a doc > everytime an app opens and closes but seems like that wouldn't be scalable? Push every single message. If the client only tries to send a message when the recipient is online, then it fails if they're not online at the same time. That's what store-and-forward was invented for. --Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/3D2DB496-0A6F-4E6E-A895-F46DE3110924%40couchbase.com. For more options, visit https://groups.google.com/groups/opt_out.
