> On Aug 16, 2017, at 2:51 AM, devlist <[email protected]> wrote: > > NSURLSessionStreamTask
This would take a fair bit of work to bypass; it’s the API used to open the TCP stream for the replicator. The alternative would be to use NSInputStream directly, but that requires extra work to support SSL, proxies, and HTTP auth. You’d basically have to replace the CBLWebSocket class with a new implementation. Not something we would do. > NSConditionalExpressionType This could be conditionalized pretty easily. Presumably NSPredicates created on earlier systems just don’t allow these conditional expressions. > NSError userInfoValueProviderForDomain Not sure where this is being used, but I’d guess it’s easily bypassable. —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/8309DF2D-48B4-40F4-9AF8-3B0FAD66CE03%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
