Watching SignalR request and response in browser
Asked Answered
B

1

7

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

Batchelder answered 28/4, 2016 at 20:55 Comment(6)
Possible duplicate of Signalr/hubs js high response timeViguerie
Sentences may different but actually you are asking same thing you can check my answer this is normal for server sent events.Viguerie
@ErkanDemirel my problem is different.There is no WS(web socket) in network tab in my browserBatchelder
Because this is server sent events, you will not see ws.Viguerie
@ErkanDemirel how can I see Signalr request and response?Batchelder
On server sent events there will be one connection your client subscribe itself to server so they use this connection to communicate. If you want to see more detail you can use. You can enable tracingViguerie
G
2

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

Gimpel answered 29/4, 2016 at 7:3 Comment(1)
I edited question.And I add my screen.There is no WS(Web Socket) in my network tabBatchelder

© 2022 - 2024 — McMap. All rights reserved.