Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.2
-
Fix Version/s: 2.1-Beta, 3.0, EE-2.0.0.GA_P01
-
Component/s: Bridge
-
Labels:None
-
Environment:-
-
Assignee Priority:P1
Description
A "namespace.push.deregister is null or not an object" javascript error is thrown sporadically and the application stops functioning until the page is refreshed. ICEpush is not being used. The error is thrown here in application.js:
function sessionExpired() {
//stop retrieving updates
retrieveUpdate = noop;
//dregister pushIds to stop blocking connection
each(viewIDs, namespace.push.deregister);
//notify listeners
broadcast(sessionExpiryListeners);
}
function sessionExpired() {
//stop retrieving updates
retrieveUpdate = noop;
//dregister pushIds to stop blocking connection
each(viewIDs, namespace.push.deregister);
//notify listeners
broadcast(sessionExpiryListeners);
}
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion