Just FYI, the cmdPeriod code in ScinServer was messing up my command-. actions, so I had to change it to this:
cmdPeriod {
if (addr.notNil&&defaultGroup.notNil, {
addr.sendMsg('/scin_g_freeAll', defaultGroup.nodeID);
});
}
Just FYI, the cmdPeriod code in ScinServer was messing up my command-. actions, so I had to change it to this:
cmdPeriod {
if (addr.notNil&&defaultGroup.notNil, {
addr.sendMsg('/scin_g_freeAll', defaultGroup.nodeID);
});
}