It means that you have more than one send~ with the same name.
From the documentation: Any number of receives may be associated with one
send~ but it is an error to have two send~s of the same >name.
A solution to the problem is to use throw~ and catch~ instead. Multiple throw~s can send to the same catch~er.
Cheers Soeren