@trudb/tru-common-lib 0.0.488 → 0.0.489
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.
|
@@ -5619,6 +5619,7 @@ class TruConnectionHub {
|
|
|
5619
5619
|
console.log(JSON.parse(value));
|
|
5620
5620
|
});
|
|
5621
5621
|
try {
|
|
5622
|
+
Object.defineProperty(WebSocket, 'OPEN', { value: 1, });
|
|
5622
5623
|
connection.start().then(() => {
|
|
5623
5624
|
console.log(`SignalR connection success! connectionId: ${connection.connectionId}`);
|
|
5624
5625
|
});
|