String url = "https://api.github.com/legacy/user/search/" + keyword;
// The delay is inserted to simulate a "long-running" request
--
Vous recevez ce message, car vous êtes abonné au groupe Google Groupes RoboSpice.
Pour vous désabonner de ce groupe et ne plus recevoir d'e-mails le concernant, envoyez un e-mail à l'adresse robospice+...@googlegroups.com.
Pour plus d'options, visitez le site https://groups.google.com/groups/opt_out .
Hi Stéphane!
No, the request has completed successfully. I tried to debug the app and found out that the 2nd request does not get aggregated while the 3rd and others do. In fact both requests are completed according to logs. I mean they go through all states (pending/loading from cache(fail)/loading from network/writing to cache).
--
Vous recevez ce message car vous êtes abonné à un sujet dans le groupe Google Groupes "RoboSpice".
Pour vous désabonner de ce sujet, visitez le site https://groups.google.com/d/topic/robospice/OoAJlpxRg04/unsubscribe.
Pour vous désabonner de ce groupe et de tous ses sujets, envoyez un e-mail à l'adresse robospice+...@googlegroups.com.
Anyway I'll keep on debugging when I get back home...