-
Notifications
You must be signed in to change notification settings - Fork 0
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
Status "pending' to 'sent' not updated on UI in realtime when internet is back #497
Comments
was this working before the swift upgrade? |
@sumairasaeed when I ask question i expect a replay within 24 business hrs |
Yes. This issue is happening due to incorrect processing order of GCD queues for processing of sending pending messages and updating UI. I had worked and tried to solve it on friday but this error is still happening. |
What is GCD ? Are we calling a library? Your message is cryptic |
No sir. GCD is Grand Central Dispatch (GCD) dispatch queues
…On Mon, Feb 20, 2017 at 11:12 AM, Cloudkibo ***@***.***> wrote:
What is GCD ? Are we calling a library? Your message is cryptic
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#497 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKbhpxRxPAzDGtWgxp_XEN_AHG4FRongks5reS7igaJpZM4MASAo>
.
|
This has been fixed now. |
Thanks |
Chat messages status "pending' to 'sent' not updated on UI in realtime when internet is back
Here are the repro steps:
1- Switch off internet
2- Send some chat messages
3- Switch 'ON' internet remaining on conversation page.
4- Status of only first message changes from 'pending' to 'sent' . Other messages show status as 'pending'
5- Go back to chats tab and come again to conversation/chats page so it shows correct status for all messages (i.e. 'pending' changed to 'sent')
The text was updated successfully, but these errors were encountered: