Author: nbelaevski
Date: 2011-02-10 11:27:08 -0500 (Thu, 10 Feb 2011)
New Revision: 21613
Modified:
trunk/ui/core/ui/src/main/resources/META-INF/resources/org.richfaces/push.js
Log:
https://issues.jboss.org/browse/RF-10473
Modified: trunk/ui/core/ui/src/main/resources/META-INF/resources/org.richfaces/push.js
===================================================================
---
trunk/ui/core/ui/src/main/resources/META-INF/resources/org.richfaces/push.js 2011-02-10
16:21:02 UTC (rev 21612)
+++
trunk/ui/core/ui/src/main/resources/META-INF/resources/org.richfaces/push.js 2011-02-10
16:27:08 UTC (rev 21613)
@@ -65,6 +65,9 @@
}
}
}
+
+ //TODO - hotfix for jQuery-Atmosphere not resetting requestCount until message is
pushed from client to server - review
+ jQuery.atmosphere.request.requestCount = 0;
};
var connect = function() {