Send message to all backoffice users
# help-with-umbraco
r
During a deployment I want to send a message to all logged in users in backoffice. My first thought was creating an app_plugin and then using signalR to send a message to all clients. I havent been able to find any documentation on how to reference signalR from an angular controller, anyone got an example to get started?
j
Only thing I know of is this example for v8 which may be a good starting point: https://github.com/KevinJump/DoStuffWithUmbraco/tree/v8/Src/DoStuff.Core/SignalR
r
@Jemayn Thank you, Ill check it out 😄 Only managed to find some old links by Kevin that returned 404
k
in fact i am fairy sure its quite generic now, you pass in the hub URL to the intializehub method, and it will set it all up.
r
@Jemayn @Kevin Jump Thank you, got it working 🙂
h
@Reptilia this is a great idea. If you have anything you'd be willing to share on how you achieved this (or a package even) it would be massively appreciated
r
@Hooky We are still experimenting with the best approach, I'll update the ticket when we get closer to a final solution 😄