socket.disconnected Client Message
Client-side message raised when the realtime socket connection has unexpectedly disconnected.
Data
reconnecting
: (boolean) whether automatic reconnection is being attempted
Usage
$.telligent.evolution.messaging.subscribe('socket.disconnected', function(data) {
// handle the event
if (data.reconnecting) { }
});