@nsshunt/ststestrunner 1.0.26 → 1.0.27

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.
@@ -12223,9 +12223,7 @@ class FhirSocketClient {
12223
12223
  __privateSet$1(this, _options2, options);
12224
12224
  __privateSet$1(this, _socketUtils, new SocketIoClientHelper$1(__privateGet$1(this, _options2).socketIoClientHelperOptions));
12225
12225
  const clientName = v4$1();
12226
- setTimeout(() => {
12227
- __privateGet$1(this, _SetupWSSClient).call(this, clientName, []);
12228
- }, 500);
12226
+ __privateGet$1(this, _SetupWSSClient).call(this, clientName, []);
12229
12227
  }
12230
12228
  get socket() {
12231
12229
  return __privateGet$1(this, _socketUtils).GetSocket(__privateGet$1(this, _options2).socketClientName);