Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using SignalR for chatting users in my web application,signal version is 1.1.4.
My application get strucks after SignalR connection started.
I try to find issue using firebug , it shows the poll GET method SignalR loads continuously for never ending.

GET http://localhost:12869/signalr/poll?transport=...ame%22%3A%22chat%22%7D%5D&tid=10&_=1407755818601


last Id (91407755818601) of the method changing for every new request , but these GET method executes continuously.

Please help me .
Posted
Comments
Kornfeld Eliyahu Peter 11-Aug-14 8:09am    
It's not clear! Your problem is that the client constantly calls the server? It is how SignalR should work...
dorababu407 11-Aug-14 8:48am    
i am observing these method executes continuously

SignalR: Attempting to connect to 'http://www.test.com/signalr/poll?transport=longPolling&connectionToken=v…22name%22%3A%22chat%22%7D%5D&messageId=B%2C0%7CC%2C0%7CD%2C0%7CE%2C0&tid=5' using longPolling
Kornfeld Eliyahu Peter 11-Aug-14 9:17am    
It only means that your browser does not support any better options than 'long polling' so SignalR uses it...There is nothing wrong with it - I suggest to learn how SignalR works to understand what happening your application!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900