-
-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change fields in LiveQueryClient.resubscribe to keys #2180
Comments
Thanks for opening this issue! |
Please update Parse Server and JS SDK to the latest version, this should fix your issue. |
@dplewis Parse-SDK-JS/src/LiveQueryClient.ts Line 303 in 56bc655
|
Oh I see. This is a bug. Would you like to open a PR to fix it? |
I tried to respond, but could not take the time to respond to the CI. I have addressed this with PATCH, but I hope it will be addressed on the library side. When the server error occurred, the client would make multiple connections and the DISCONNECT did not occur immediately. |
Thanks for the feedback. Thats a major issue, i'll see if I can write a test for it. |
@akichim21 I opened a PR for this #2184 if you want to check it out. |
Thank you for your response. |
Issue Description
Change fields in LiveQueryClient.resubscribe to keys
https://github.com/parse-community/Parse-SDK-JS/blob/alpha/src/LiveQueryClient.ts#L303
Steps to reproduce
Actual Outcome
Environment
Server
parse-community/parse-server@38983e8#2160
The text was updated successfully, but these errors were encountered: