@nsshunt/stsfhirclient 2.0.14 → 2.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14967,7 +14967,7 @@ var FhirSocketClient = class extends SocketIoClient {
14967
14967
  SetupSocketEvents(socket) {}
14968
14968
  SetupWSSClient = async () => {
14969
14969
  this.LogDebugMessage(import_source.default.yellow(`FhirSocketClient:SetupWSSClient(): ID: [${this.id}] clientName: [${this.name}] Starting ...`));
14970
- const cstr = `${this.options.fhirServerEndpoint}/nsstsfhir/`;
14970
+ const cstr = `${this.options.fhirServerEndpoint}:${this.options.fhirSeerverPort}/nsstsfhir/`;
14971
14971
  this.LogDebugMessage(import_source.default.yellow(`FhirSocketClient:SetupWSSClient(): Socket connection string: [${cstr}]`));
14972
14972
  this.WithAddress(cstr).WithSocketIoCustomPath(this.options.socketIoCustomPath).WithAuthToken(this.options.authToken);
14973
14973
  if (this.options.agentManager) this.WithAgentManager(this.options.agentManager);