Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha2
-
Fix Version/s: 2.0-Alpha3
-
Component/s: JavaScript Client
-
Labels:None
-
Environment:Firefox
Description
I am occationally seeing the following error in the firefox console:
Error: uncaught exception: Cannot find value for cookie: ice.pushids
No other details are available.
Error: uncaught exception: Cannot find value for cookie: ice.pushids
No other details are available.
On closer inspection this seems to happen when the js library is loaded into the browser but no push ids are created. Is it a requirement to create at least one push id before the DOM has finished loading? If so I would say this is undesirable as a rich client side application may not want to listen for push events until later in the application usage - thus the library would need to be loaded with the page but may not be utilized until the first push events are needed.