How to Intercept ScaleoutMessage Broadcast: (Edited: How to send message directly to ServiceBus SignalR Backplane)
问题 I have following scenario: User request for certain resource on server, This request is long running task and very like 2~3 seconds to 10 seconds. We issue a JobTicket to user, As our user want to wait. On receiving request we store that request in persistence storage and issue a token to user as JobTicket (GUID). User make connection with Hub to get information about that GUID. In Background: We have WAS Hosted as well as Windows Service to perform some operation on that request. On complete