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>
Alfresco Process Services Cloud Library
Contains a variety of components, directives and services used throughout ADF
Documentation
See the ADF Core section of the docs index for all available documentation on this library.
Prerequisites
Before you start using this development framework, make sure you have installed all required software and done all the necessary configuration, see this page.
If you plan using this component with projects generated by Angular CLI, please refer to the following article: Using ADF with Angular CLI
Install
npm install @alfresco/adf-process-services-cloud