active property

bool get active

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

Implementation

bool get active {
  return subs != null;
}