From 99096b8c11b9a541f6350639e8735495cf90091c Mon Sep 17 00:00:00 2001 From: Devendra Date: Fri, 11 Apr 2014 14:49:43 +0530 Subject: v1 MX and async code for python, twisted, tornado --- python-tornado/unassembled/Platform.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python-tornado/unassembled/Platform.py') diff --git a/python-tornado/unassembled/Platform.py b/python-tornado/unassembled/Platform.py index f98befb..501993e 100644 --- a/python-tornado/unassembled/Platform.py +++ b/python-tornado/unassembled/Platform.py @@ -43,6 +43,7 @@ class Pubnub(PubnubCoreAsync): self.headers['V'] = self.version self.http = tornado.httpclient.AsyncHTTPClient(max_clients=1000) self.id = None + self._channel_list_lock = None def _request( self, request, callback, single=False ) : url = self.getUrl(request) -- cgit v1.2.3