In my DocuSign application, I have two recipients that sign documents. When both recipients finish signing the envelope, DocuSign Connect dispatches two identical XML payloads, at what appears to be exactly the same time. This causes issues with my application because I don't want my logic to be duplicated. Is this is a bug in the DocuSign Connect, or is it intentional? I don't think DocuSign duplicated calls when I set up my application two years ago.
Here's an example envelope that appears in the Connect logs in my account:
First webhook call
<TimeGenerated>2020-04-13T10:34:19.1110424</TimeGenerated>
Second webhook call
<TimeGenerated>2020-04-13T10:34:19.1110424</TimeGenerated>