i implemented a class for constructing ScheduledCommand with parametered attached in that class.
and i am dynamicly creating each ScheduledCommand inside the calback function.
i am using comet to push data from server to client, and by sending and recieving between intervals of 30 sec,
when something is up, threads are raised on server side and pushes data to client.
in this cycle, i want to get the pushed data parallel at client side, un fortunetly even if i create the ScheduledCommand in a different class to attach some parameters in it i am not able to get my pushed data at the same time in client.
GWT behaves like, first the recieving function fully processes, than the scheduledcommand executes and after the second pushed data is being recieved by the same function
what should ido ?
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Udd0id-Z_CcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment