-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VIH-10839 Replace polling for hearings with events #2219
Conversation
b79c271
to
dff8e5a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got a few questions with possible suggestions
VideoWeb/VideoWeb.EventHub/Handlers/NewConferenceAddedEventHandler.cs
Outdated
Show resolved
Hide resolved
VideoWeb/VideoWeb.EventHub/Handlers/ParticipantsUpdatedEventHandler.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work. Just a suggestion on readability and nesting
|
Jira link
https://tools.hmcts.net/jira/browse/VIH-10839
Change description
Replaces polling for hearings on the hearing list pages with subscriptions to events in order to automatically refresh the list.
Messages are now also pushed to the staff members group to facilitate the auto-refresh on the staff members hearing list page.