Open
Description
I have a C-Store SCU that only sends DicomCStoreRequests which need to be rejected during negotiation.
Using AddRequestAsync to add n DicomCStoreRequest and sending the storage request with SendAsync.
The recipient rejects them correctly, but SCU returns, for the same DicomCStoreRequests, sometimes Successful and sometimes Failed. This is because sometimes it enters into OnResponseReceived event and receives an error and sometimes it doesn't enter the event.
I'm probably making a mistake while receiving the response and need some additional information about the library.
Thank you so much for your support.
Environment
fo-dicom Version="5.1.4"
.NET Core 8.0