-
Notifications
You must be signed in to change notification settings - Fork 29
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
Data not aligned after fire of new space event / new message. #128
Comments
@spardosj can you please confirm the following:
|
Same issue in kitchen sink app, unable to fetch correctly the data from the "onevent" callback in SpaceClient and MessageClient, look the watch region in screenshot.
In Kitchen sink all the event call a function for refresh the array used in the view, a new space fire two events in sdk:
- new space
- update space
and when the new space fire the "update" this refresh the whole array with the "correct data", but is not correct at all.
Using proxyman to watch the call of the sdk and I notice a web socket connection for the data refresh, recall the entire function after a websocket event ("new space"..) for refresh the data is not the best.
I think the best is to use the event for update the array and use less network in mobile cases. SDK version : 3.4.0 |
@spardosj thanks for the response. I am sorry, but based on your description I am still unsure what the actual issue is. You mention that "the data" from certain events is not correct, but you do not point out what exactly is wrong. Can you please formulate the issue using the below format:
- when you get to the part where you observe the issue, specify this:
At this point I would also recommend opening a Dev Support ticket with us - email to [email protected] - that way we might iron out the details easier. Thank you |
|
@spardosj thank for the reply, but we are still missing the reproduction part. Also, as recommended, could you maybe open a Dev Support ticket with us - email to [email protected] - that way we might iron out the details easier. Thank you |
Reproduction steps: In the payload you notice the key "title" will equal to "Decrypting Conversation" Thank @jbenyovs |
@spardosj okay, thank you for the steps. I will open a ticket with engineering, for that would you mind opening a ticket with us as requested before - email to [email protected] ? The reason I keep asking for it, is that I can link the support ticket with the engineering ticket, but I can't do the same for the GitHub issue. So if you open a support ticket, we can keep you informed. Please if you send us a ticket, also send us the full application logs. Thank you |
After the fire of the events receive "Decrypting" in title for space and text for message.
The SDK only working in update events with the correct data.
The text was updated successfully, but these errors were encountered: