Signalr OnDisconnected is not called when using chrome in an incognito mode

后端 未结 0 671
囚心锁ツ
囚心锁ツ 2021-01-29 09:37

I have the following hub:

public class NotificationHub : Hub
{
    public void Connect()
    {
        //code to add connectionId to the database goes here

              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题