I have the an issue with Groups, sending message to groups via SQL back plane

I followed the steps outlined here , With out a back plane configured my client recives all messages via group, when i configure a back plane my client does not recived message.

I have put debug printing on OnDisconnected(), OnReconnected() and they are not fired. so i know the client is still connected

有帮助吗?

解决方案

The problem was I was saving the IHubContext instance , I changed it so on every use I will take a fresh copy if the IHubContext like this :

GlobalHost.ConnectionManager.GetHubContext<MyHubName>()
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top