diff options
| author | Devendra | 2014-04-11 14:49:43 +0530 |
|---|---|---|
| committer | Devendra | 2014-04-11 14:49:43 +0530 |
| commit | 99096b8c11b9a541f6350639e8735495cf90091c (patch) | |
| tree | 446e63037f76cb98d7e3cc0f93316a8bce96e19e /python-tornado/unassembled/Platform.py | |
| parent | 765ee5db6fc39d77e55dcf4fe97fb96da2f46d30 (diff) | |
| download | pubnub-python-99096b8c11b9a541f6350639e8735495cf90091c.tar.bz2 | |
v1 MX and async code for python, twisted, tornado
Diffstat (limited to 'python-tornado/unassembled/Platform.py')
| -rw-r--r-- | python-tornado/unassembled/Platform.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
