fo-dicom / fo-dicom-samples

Sample applications associated with the fo-dicom framework
Other
153 stars 143 forks source link

C-Store SCP sample return the association request without setting MaxAsyncOpsInvoked and MaxAsyncOpsPerformed #89

Open kulatasana opened 1 year ago

kulatasana commented 1 year ago

As described in the title, MaxAsyncOpsInvoked and MaxAsyncOpsPerformed are not set while handling the association request. As a result, it may remain 0, and the client will go into a deadloop in line 418 to line 511 in DicomClient.cs if I also use fo as store client.

gofal commented 9 months ago

there has been a release today. Version fo-dicom 5.1.2 has several fixes concerning dicomserver and dicomclient. Please check with the latest version and report, if the issue is still open.