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
If you instantiate multiple CBLDatabases on a single database file, they mostly stay in sync because they operate on the same documents. But map/reduce/validation/filter functions registered with one aren't seen by the other.
This causes problems when you start a CBLListener, because it creates new CBLDatabase instances on its background thread. HTTP requests to the listener that involve views or filters or validation won't work correctly.
The text was updated successfully, but these errors were encountered:
If you instantiate multiple CBLDatabases on a single database file, they mostly stay in sync because they operate on the same documents. But map/reduce/validation/filter functions registered with one aren't seen by the other.
This causes problems when you start a CBLListener, because it creates new CBLDatabase instances on its background thread. HTTP requests to the listener that involve views or filters or validation won't work correctly.
The text was updated successfully, but these errors were encountered: