You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In concurrent mode, using a singleton fhirclient to query resources has a certain chance of returning other resources, but not every time a new instance is added.
I would recommend that yes you should be using a new fhirclient each time, however you may choose to use the factory mode httpclient as a parameter into the constructor if you're under high load which can then pool sockets safely there.
Pretty sure there was another closed issue on this from the past which resulted in the inclusion of that constructor.
Describe the bug
In concurrent mode, using a singleton
fhirclient
to query resources has a certain chance of returning other resources, but not every time a new instance is added.Version used:
My test code
The text was updated successfully, but these errors were encountered: