fix: port #897 + #1136 fixes into dstu2
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
Thanks for this! We'll take a look if this is something we want to merge (and release).
@PHILLIPS71 We have published a v1.10.0 of the DSTU2 package that includes these changes.
Thanks @mmsmits it's much appreciated!