his / gwt-gae-channel

Automatically exported from code.google.com/p/gwt-gae-channel
0 stars 0 forks source link

Support the new Connected / Disconnected introduced in App Engine 1.5.1 #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
App Engine 1.5.1 introduced the ability to track client connects and 
disconnects.

Original issue reported on code.google.com by eurigjo...@gmail.com on 25 Jun 2011 at 12:15

GoogleCodeExporter commented 9 years ago
It looks like this is purely server-side functionality: 
http://code.google.com/appengine/docs/java/channel/overview.html#Tracking_Client
_Connections_and_Disconnections

Since the client-side JS hasn't had any methods added, there's nothing new for 
the GWT wrapper in this library to add. 
http://code.google.com/appengine/docs/java/channel/javascript.html

Original comment by jasonhall@google.com on 25 Jun 2011 at 5:45