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 was archived by the owner on Jun 13, 2023. It is now read-only.
When I try to subscribe to this query, the app crashes with an error very similar to the picture below (as seen on #97).
When Client serializes the ClientOperation to write it to the socket, JSONSerialization blows up because the Dictionary extension in QueryEncoder.swift fails to preemptively serialize any Dates that might be part of the query before it goes to JSONSerialization. I created a little playground that isolates the problem, and here's the error:
I have a query that looks like this:
When I try to subscribe to this query, the app crashes with an error very similar to the picture below (as seen on #97).
When
Client
serializes theClientOperation
to write it to the socket,JSONSerialization
blows up because theDictionary
extension inQueryEncoder.swift
fails to preemptively serialize anyDate
s that might be part of the query before it goes toJSONSerialization
. I created a little playground that isolates the problem, and here's the error:Possibly related issues: #16, #43, and #97.
The text was updated successfully, but these errors were encountered: