Move onReady callback to after channel response from server, so we have a client_id before we start sending other RPCs.

This commit is contained in:
Ian Gulliver
2014-05-14 23:28:56 +03:00
parent 3a3cba9be3
commit 1e755c9693
3 changed files with 37 additions and 23 deletions

1
api.py
View File

@@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import logging
import webapp2
from google.appengine.api import channel