First time here? Check out the FAQ!
I have a snippet of code like this :
que.subscribe(new EventListener() { public void onEvent(Event evt) { //Do something } });
This causes so many request sends to the server. Is it normal ? Do we have any way to avoid it ?
Asked: 2011-04-07 10:43:08 +0800
Seen: 114 times
Last updated: Apr 07 '11