[CalendarServer-changes] [11018] CalendarServer/trunk/contrib/performance/loadtest/ical.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 8 14:57:52 PDT 2013


Revision: 11018
          http://trac.calendarserver.org//changeset/11018
Author:   dre at apple.com
Date:     2013-04-08 14:57:52 -0700 (Mon, 08 Apr 2013)
Log Message:
-----------
Fix AMP push in client sim

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/loadtest/ical.py

Modified: CalendarServer/trunk/contrib/performance/loadtest/ical.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/ical.py	2013-04-08 21:03:17 UTC (rev 11017)
+++ CalendarServer/trunk/contrib/performance/loadtest/ical.py	2013-04-08 21:57:52 UTC (rev 11018)
@@ -1186,7 +1186,7 @@
         self._pushFactories.append(factory)
         connect(GAIEndpoint(self.reactor, host, port), factory)
 
-    def _receivedPush(self, inboundID):
+    def _receivedPush(self, inboundID, dataChangedTimestamp):
         for href, id in self.ampPushKeys.iteritems():
             if inboundID == id:
                 self._checkCalendarsForEvents(href, push=True)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130408/7c5ec33e/attachment.html>


More information about the calendarserver-changes mailing list