@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.
package/dist/stsfhirclient.mjs
CHANGED
|
@@ -5310,9 +5310,7 @@ class FhirSocketClient {
|
|
|
5310
5310
|
__privateSet(this, _options2, options);
|
|
5311
5311
|
__privateSet(this, _socketUtils, new SocketIoClientHelper(__privateGet(this, _options2).socketIoClientHelperOptions));
|
|
5312
5312
|
const clientName = v4();
|
|
5313
|
-
|
|
5314
|
-
__privateGet(this, _SetupWSSClient).call(this, clientName, []);
|
|
5315
|
-
}, 500);
|
|
5313
|
+
__privateGet(this, _SetupWSSClient).call(this, clientName, []);
|
|
5316
5314
|
}
|
|
5317
5315
|
get socket() {
|
|
5318
5316
|
return __privateGet(this, _socketUtils).GetSocket(__privateGet(this, _options2).socketClientName);
|