Skip to content
  • Robert Ricci's avatar
    Fix for a problem that Mike discovered. The RPC input buffer is · 5a3d2cee
    Robert Ricci authored
    limited to 31 characters, so we can't give commands with more than 8
    outlets. So, we split up the outlets into groups of 8, and issue
    multiple commands, if we are passed too many outlets.
    
    Took some minor re-structuring, since we now may need to sync up with
    the RPC prompt more than once.
    5a3d2cee