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 Jun 13, 2023. It is now read-only.
Quick fix in the meantime: Create as many client as queries you want to compound. Not ideal but ok if like in my case you have only 2 queries to compound.
PS : I couldn't manage to have two queries per subscription or two subscription per client.
Versions
Parse iOS SDKs (1.13.0)
ParseLiveQuery iOS SDKs (1.0.1)
Parse Server (2.2.15)
Description
When trying to pass a compound queries to live server, the app crashes saying :
Invalid type in JSON write (PFQuery)
.The crash occurs at this line in
ClientPrivate.swift
:The
jsonEncoded
details :Support for compound queries (along with pointers, cf #16) would be great !
The text was updated successfully, but these errors were encountered: