Error Event
Built-in Socket.IO event that fires when there’s an error connecting to the Comet server.
Errors
SSL configuration issues
You need to specify a path to both an SSL certificate and an SSL key in the Server Configuration.
Error Text
Configuration problem: both server.comet_ssl_certificate and server.comet_ssl_key should be defined
Failed to read session information
The server tries to find a user based on the provided session ID or an authentication token. If it fails to read session information, it throws the following error:
Error Text
Internal error: failed to read session information.