You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
I think it would be quite handy if the onChange block handler was public (currently resides in CouchInternal.h).
Either that, or populate the userInfo dictionary for kCouchDatabaseChangeNotification with the changed CouchDocument as well. However, I guess the notification queue won't allow this, unless the changed documents are queued up in an array as well.
CouchChangeTracker seems the way to go at the moment, but in that case, it's mandatory to expose its headers inside the framework as well.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think it would be quite handy if the onChange block handler was public (currently resides in CouchInternal.h).
Either that, or populate the userInfo dictionary for kCouchDatabaseChangeNotification with the changed CouchDocument as well. However, I guess the notification queue won't allow this, unless the changed documents are queued up in an array as well.
CouchChangeTracker seems the way to go at the moment, but in that case, it's mandatory to expose its headers inside the framework as well.
The text was updated successfully, but these errors were encountered: