active property

bool active

Whether the Socket will try to reconnect when its Manager connects or reconnects

Implementation

bool get active {
  return subs != null;
}