문제

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