CloudKitTests userRead
vs userWrite
#85
seanwoodward
started this conversation in
CloudKit Preview
Replies: 1 comment 9 replies
-
Yes, potentially. We need to audit this, but we install certain functions in the write connection of the pool and those helpers will not be available from the read transactions. However, there’s a chance we aren’t using those helpers from read transactions. Either way, we could try converting the writes that can be reads and run tests to see what happens. We are starting to get decent coverage now. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Should closures containing queries which only select values be
userRead
?Beta Was this translation helpful? Give feedback.
All reactions