mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
* Fixes WebSocket client re-initialization. Ensures proper handling of WebSocket client re-initialization by creating a unique client for each user session and token refresh, and removing the client on logout. Addresses issues with deployment updates not being received due to incorrect client handling. This change ensures that the WebSocket connection is properly re-established when the user logs in again and when tokens are refreshed. * reverts changes * Removes HttpClientTestingModule import Replaces the `HttpClientTestingModule` import with `provideHttpClientTesting` to align with Angular's updated testing practices. This change ensures compatibility and avoids potential issues related to the deprecated module. Fixes AAE-38919 * revert more changes * Update lib/process-services-cloud/src/lib/services/web-socket.service.spec.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>