cqframework / cqf-tooling

Tooling for CQL and IG Authors
Apache License 2.0
19 stars 22 forks source link

Socket reset error when attempting to upload as part of refresh #270

Open brynrhodes opened 3 years ago

brynrhodes commented 3 years ago

If you specify the fhir server option as part of the refresh operation, you receive an error that the socket was reset. I suspect this is due to the size of the bundles and that we need a buffered writer somewhere in there.

brynrhodes commented 3 years ago

To see the issue, run refresh on ecqm-content-r4 with the fsoption enable (it is commented out in the refresh script there as a workaround for this issue).