I just recently noticed a behavior with the rpc interface that I have discovered in the 11th hour and we are ready to rollout, so any input asap is appreciated.
Shindig at some point makes an rpc call back to itself for listMethods. I thought this use to happen upon startup, but I might be wrong. What appears to be happening is that it does this on the first request for the shindig javascript. And if you don¹t have a shindig host configured it appears to use the dns/host name from the request. Unfortunately in my environment that initial javascript goes to a different dns/host name than what I want my shindig server to use. I still don¹t understand why the shindig call doesn¹t use localhost (or just call internally to itself). Is just configuring shindig.host going to be enough to get around this problem? Thanks, doug
