--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
--
-Chad
Hello Chard ...The big question here is HOW ?
The live version uses an embedded iFrame. The dev server version can't work across domains without modifications, but I have gotten it to work by adding a method that overrides the base URL.
- Kris
On Monday, October 22, 2012 2:27:28 PM UTC-7, niedbalski wrote:
...
goog.appengine.DevSocket.setConnectionBase = function(base) { goog.appengine.DevSocket.BASE_URL = base + "_ah/channel/"};
goog.exportSymbol("goog.appengine.Channel.setConnectionBase", goog.appengine.DevSocket.setConnectionBase);