onReconnectError method

dynamic Function() onReconnectError(
  1. EventHandler handler
)

Implementation

Function() onReconnectError(EventHandler handler) {
  return this.io.on('reconnect_error', handler);
}