Skip to content

Comments

feat: implement real-time analysis updates via SignalR#28

Merged
PabloStarOk merged 1 commit intodevfrom
real-time-analysis-updates
Sep 19, 2025
Merged

feat: implement real-time analysis updates via SignalR#28
PabloStarOk merged 1 commit intodevfrom
real-time-analysis-updates

Conversation

@PabloStarOk
Copy link
Owner

  • Add IMessageAnalysisUpdatesNotifier and IMultiAnalysisUpdatesNotifier interfaces.
  • Implement MessageAnalysisUpdatesNotifier and MultiAnalysisUpdatesNotifier using SignalR in the API layer.
  • Configure SignalR hub and client interfaces for real-time communication.
  • Update dependency injection and app configuration in API layer to include new services.
  • Modify consumers and state machines to trigger real-time notifications using the new notifier interfaces.
  • Add MessagePack for efficient data serialization in SignalR communication.

- Add IMessageAnalysisUpdatesNotifier and IMultiAnalysisUpdatesNotifier interfaces.
- Implement MessageAnalysisUpdatesNotifier and MultiAnalysisUpdatesNotifier using SignalR in the API layer.
- Configure SignalR hub and client interfaces for real-time communication.
- Update dependency injection and app configuration in API layer to include new services.
- Modify consumers and state machines to trigger real-time notifications using the new notifier interfaces.
- Add MessagePack for efficient data serialization in SignalR communication.
@PabloStarOk PabloStarOk merged commit 73936dd into dev Sep 19, 2025
1 check passed
@PabloStarOk PabloStarOk deleted the real-time-analysis-updates branch September 19, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant