好的在我的python代碼中。我有這個 foo = "aaa"; //foo and bar are variables that change, just an example here
bar = "bbb";
json = {"here": foo, "there": bar} //also tried single quotes
message = simpl
我正在爲使用python API的GAE構建應用程序。 It is running here.這是一個多人遊戲。我使用Channel API在玩家之間傳達遊戲狀態。 但是在應用程序引擎中,該通道的處理程序不被調用。調用處理程序的onopen。 onerror或onclose也不會被調用。奇怪的是,這是完美的在本地開發服務器。 有沒有可能像這樣的東西可以在開發服務器上工作,但不能在應用程序引擎本身上