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-twisted/unassembled/Platform.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python-twisted/unassembled') diff --git a/python-twisted/unassembled/Platform.py b/python-twisted/unassembled/Platform.py index 3b84b30..5268446 100644 --- a/python-twisted/unassembled/Platform.py +++ b/python-twisted/unassembled/Platform.py @@ -44,6 +44,7 @@ class Pubnub(PubnubCoreAsync): self.headers['User-Agent'] = ['Python-Twisted'] #self.headers['Accept-Encoding'] = [self.accept_encoding] self.headers['V'] = [self.version] + self._channel_list_lock = None def _request( self, request, callback, single=False ) : global pnconn_pool -- cgit v1.2.3