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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user