Reputation: 20257
When using notification hubs on a web server, is it recommended to create a singleton client instance or to create a new client for each group of messages sent?
Upvotes: 2
Views: 370
Reputation: 376
Notification Hub client is a very light weight http wrapper. There is no requirement to be a singleton.
Thanks,
Sateesh
Upvotes: 4