-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement singleton SSE manager for improved notification handling
- Added a singleton SSEManager to manage server-sent events (SSE) for real-time notifications. - Implemented methods for subscribing and unsubscribing notification callbacks. - Enhanced the initialization process to ensure a single event source is used and cleaned up on page unload. - Updated the component initialization to utilize the new SSEManager for handling notifications.
- Loading branch information
Showing
1 changed file
with
51 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters