SignalR - Notifications #883
Answered
by
jay-cascade
jay-cascade
asked this question in
Q&A
|
Does anybody have any information on how I can fire notifications off the back of events? For example I can see there is an example in the codebase for: ProductCreatedEventHandler, it looks to me like this is just using logger to say something changed. But in addition to this I would like to notify my React application with the value of the entity that was created. Sorry if this is vague! There are no docs for SignalR at present. |
Answered by
jay-cascade
Jul 28, 2023
Replies: 2 comments 1 reply
|
This is what I have tried, for an Entity called Home. using FSH.WebApi.Domain.Common.Events; But this seems to be wrong! |
0 replies
|
For anyone arriving here in future - refer to this: #440 |
1 reply
Answer selected by
jay-cascade
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For anyone arriving here in future - refer to this: #440