Details
Description
We need to handle HTTP errors such as when the connection is dropped. Also we need to provide a callback registration mechanism for wiring indicators that report the HTTP errors. This is a follow up for ICE-6411 .
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Introduced ice.onNetworkError(callback) registration function for notifying callbacks about connection problems. The registered callback will receive the status code and the description of the problem as parameters.
Wired default and compat indicators so that they are activated when the connection is dropped.