added clientid to data in _pullMessage to fix {u'reason': 110, u't': u'refresh', u'seq': 0} in content

This commit is contained in:
thekindlyone
2016-08-07 02:38:20 +05:30
parent d97d9d738a
commit 711bf497b8

View File

@@ -411,7 +411,8 @@ class Client(object):
data = { data = {
"msgs_recv": 0, "msgs_recv": 0,
"sticky_token": sticky, "sticky_token": sticky,
"sticky_pool": pool "sticky_pool": pool,
"clientid": self.client_id,
} }
r = self._get(StickyURL, data) r = self._get(StickyURL, data)