Looking at the network monitor, 

when i fire async( addtoqueue) which has a default timeout of 1min 
(longpoling- if there is an update , the response is received immediately 
else a default response is sent after 1 min ). 

In the mean time, if anyother request is fired( async( addtoqueue) with no 
longpoling, this response is received immediately) but the UI does not 
update as the connectionrequest is waiting to received the response for the 
first request( longlong). 

this gives an effect of freeze.

HOw to update the UI, even though another request is waiting for its 
 response.

On Tuesday, November 8, 2016 at 6:46:20 AM UTC+1, Shai Almog wrote:
>
> addToQueue is async. I suggest opening the network monitor and looking at 
> the requests going in/out to see what is stuck and where.
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/5f3610b4-ff1b-41c5-80a0-eeb19ae31fd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to