< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
Scott Godin wrote: [cut]
Essentially the send() function changes the branch parameter, right before it sends - and if you pass a copy of the message, then the message stored in DUM will not have it's branch parameter updated - thus when you call CANCEL, it uses the wrong branch parameter.
I was passing a *copy* of the msg to DUM. Now it works fine. You save me a lot of time. Really thanks so much!
Scott
Ciao FF