FirelyTeam / firely-net-sdk

The official Firely .NET SDK for HL7 FHIR
Other
816 stars 340 forks source link

fix: port #897 + #1136 fixes into dstu2 #2798

Closed PHILLIPS71 closed 1 week ago

PHILLIPS71 commented 1 month ago

Description

The current implementation of Hl7.Fhir.DSTU2 v1.9.1.1 suffers from timeout issues that have been already addressed in more recent releases. However, systems that interact with services still running DSTU2 specification continue to encounter these problems, it would be nice to have these resolved.

To resolve this issue, I have selectively incorporated the fixes from the following pull requests:

https://github.com/FirelyTeam/firely-net-sdk/pull/897 https://github.com/FirelyTeam/firely-net-sdk/pull/1136

mmsmits commented 1 month ago

Thanks for this! We'll take a look if this is something we want to merge (and release).

mmsmits commented 1 week ago

@PHILLIPS71 We have published a v1.10.0 of the DSTU2 package that includes these changes.

PHILLIPS71 commented 1 week ago

Thanks @mmsmits it's much appreciated!