@trudb/tru-common-lib 0.0.480 → 0.0.481

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.
@@ -5608,7 +5608,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImpor
5608
5608
  }] });
5609
5609
 
5610
5610
  const connection = new signalR.HubConnectionBuilder()
5611
- .withUrl("/notificationhub")
5611
+ .withUrl("/notificationhub", {
5612
+ skipNegotiation: true,
5613
+ transport: signalR.HttpTransportType.WebSockets
5614
+ })
5612
5615
  .withAutomaticReconnect()
5613
5616
  .build();
5614
5617
  class TruConnectionHub {