Base solution for your next web application
Open Closed

Why there are many signalR http requests sent out ? #55


User avatar
0
lcyhjx created

Hi,

I create a sample SimpleTaskSystem project which using angualjs and entityframework. When I run it, If found, there are many SginalR http requests sent out? I didn't see any introduction about SignalR used in asp.net boilerplate in the articles. So, I would like to know, what the SignalR used for in the sample project? If I would like to use SignalR to push service notification to client by using asp.net boilerplate, Is there a sample I can follow?


2 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    This is not about ABP. This is about browser link used by ASP.NET itself and rund only while debugging. So, it's not a problem.

    When it comes to using SignalR with ABP, you can use SignalR with ABP as you're using without ABP. No difference. See a github issue about that: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/174">https://github.com/aspnetboilerplate/as ... issues/174</a> it may be related.

  • User Avatar
    0
    lcyhjx created

    Thanks your clarification. Hikalkan.