Remove error string from transfer. Replace with constant string #777
Labels
20-transfer
type: refactor
Architecture, code or CI improvements that may or may not tackle technical debt.
Summary
Any values included in an acknowledgement will be committed in the state machine. Thus the error message returned from
OnRecvPacket
is state machine breaking if it changes. This makes our code hard to change in patch releases (and this restriction applies to our dependencies). We should remove theerr.Error()
from the transfer ack and replace with a constant error string that won't changesee #744 for more information
For Admin Use
The text was updated successfully, but these errors were encountered: