From 10330cfdaefcd508311965c1ec8ff4a2f856229f Mon Sep 17 00:00:00 2001 From: Madison Smith Date: Mon, 21 Jul 2014 17:47:39 -0700 Subject: Ok with timetoken being same for different channels --- Pubnub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pubnub.py b/Pubnub.py index 8ab463b..dfe354a 100644 --- a/Pubnub.py +++ b/Pubnub.py @@ -722,7 +722,7 @@ class PubnubBase(object): if message: self.ds_action_list.append(message) - if self.timetoken > self.ds_timetoken: + if self.timetoken >= self.ds_timetoken: self.ds_timetoken = self.timetoken if channel.startswith('pn_ds_'): if message['action'] == 'update': -- cgit v1.2.3