gautamaino / gwteventservice

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

I can't activate multiple conversations within the same session #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
My project it's a GWT (2.1) and SmartGWT (2.2) project, at this moment for 
monitoring features have been implemented through pooling techniques.
More events are simultaneously monitored, well I would prefer to use pushing 
techniques but using gwteventservice I can not activate multiple conversations 
within the same session, it'is possible to activate more conversation (listner) 
over the same session?

Best regards

Original issue reported on code.google.com by vlui...@tiscali.it on 19 Nov 2010 at 1:35

GoogleCodeExporter commented 8 years ago
Multiple/shared sessions can be activated in GWTEventService 1.2. It isn't set 
as default, because it isn't downward compatible because the client id must be 
transferred in some cases.

That will be documented in the next days.

See issue / feature request 15 for more information: 
http://code.google.com/p/gwteventservice/issues/detail?id=15

Original comment by sven.strohschein@googlemail.com on 16 Jan 2011 at 3:17

GoogleCodeExporter commented 8 years ago
Thanks Sven, I have seen and configured the properties for 
eventservice.connection.id.generator, it's works very fine, it's fantastic over 
http protocol ...

Original comment by vlui...@tiscali.it on 16 Jan 2011 at 5:54