gautamaino / gwteventservice

Automatically exported from code.google.com/p/gwteventservice
Other
0 stars 0 forks source link

addListener(Set<Domain> domains, RemoteEventListener listener) method missing. #60

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When removing listeners one can specify a set of Domains. This is not the case 
when adding listeners. 

Many situations require a large number of domains (channels) to which a user 
can subscribe (probably > than 100). Using the addListener(Domain, 
RemoveEventListener) method we initiate too many separate requests to the 
server. Aggregating them would be a much cleaner soludtion. 

Original issue reported on code.google.com by milko.kr...@gmail.com on 25 Nov 2013 at 2:55