Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Notification delay caused by icon bitmap timeout #1421

Closed
laagland opened this issue Nov 30, 2016 · 4 comments
Closed

Notification delay caused by icon bitmap timeout #1421

laagland opened this issue Nov 30, 2016 · 4 comments

Comments

@laagland
Copy link
Contributor

Spend some time trying to solve a problem where we had a significant delay in the popup showing up on Android devices, even though the GCMIntentService had incoming data immediately. Eventually found out that the notification icon we were trying to load gave a timeout error, but only after 2/3 minutes. The popup was waiting for the timeout before showing up!

It might be a good idea to put a (configurable?) setConnectTimeout on the HttpURLConnection when retrieving assets for the popup.

What do you think?

@macdonst
Copy link
Member

@laagland I think that is a great idea.

@laagland
Copy link
Contributor Author

Do you want me to create a pull request for this?

@macdonst
Copy link
Member

macdonst commented Nov 30, 2016 via email

@lock
Copy link

lock bot commented Jun 4, 2018

This thread has been automatically locked.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants