@nsshunt/stsfhirclient 1.0.51 → 1.0.52

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.
@@ -5312,9 +5312,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
5312
5312
  __privateSet(this, _options2, options);
5313
5313
  __privateSet(this, _socketUtils, new SocketIoClientHelper(__privateGet(this, _options2).socketIoClientHelperOptions));
5314
5314
  const clientName = v4();
5315
- setTimeout(() => {
5316
- __privateGet(this, _SetupWSSClient).call(this, clientName, []);
5317
- }, 500);
5315
+ __privateGet(this, _SetupWSSClient).call(this, clientName, []);
5318
5316
  }
5319
5317
  get socket() {
5320
5318
  return __privateGet(this, _socketUtils).GetSocket(__privateGet(this, _options2).socketClientName);