Best use of SignalR Hub
问题 In my app, I have different parts, like Products, People, Suppliers, etc that they are entities which I defined as a Table in Db, and each part has separated page and its own logic for instant client update according to the Database changes. Also, I have some general rules for sending messages to Users and Groups. In this application, users can chat with them. However, I really can't decide how should I implement these in my application? How many hubs do I need? Single hub and different