user1688401
user1688401

Reputation: 1871

Watching SignalR request and response in browser

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)..

Here is my chrome console

Upvotes: 7

Views: 2781

Answers (1)

Chetan Sanghani
Chetan Sanghani

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

enter image description here

Upvotes: 2

Related Questions