Reputation: 1871
I am using SignalR for inform users in realtime.But there is problem.I want to find why there is problem.But in browser when i clik f12 and chose network tab there is no request and response altough SignalR works well here is my chrome console.When jquery I see request but for signalR there is no reuest or response.And also in network tab there is no WS(web socket)..
Upvotes: 7
Views: 2781
Reputation: 2111
When you click F12
on Browser,There is one functionality like WS(Web Socket)
in Network
tab.From that you can check the details of SignalR
Please see below image
Upvotes: 2