question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SignalR in webapi layer

See original GitHub issue

i want use signalR in webapi layer,my code:

[DependsOn(typeof(AbpWebApiModule), typeof(WWApplicationModule), typeof(AbpWebSignalRModule))]
    public class MyWebApiModule : AbpModule{}

it not work, is anything wrong?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
tanghaojiecommented, Jul 31, 2019

@tanghaojie what do you mean?

My demo project work fine, i think error project has setting error.

0reactions
malimingcommented, Jul 31, 2019

@tanghaojie what do you mean?

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - Using Web API as SignalR server and consuming it ...
I have introduced Web API as a middle layer between Web Application and Windows Service. I can't find a better solution to achieve...
Read more >
ASP.NET SignalR Hubs API Guide - Server (C#)
The SignalR Hubs API enables you to make remote procedure calls (RPCs) from a server to connected clients and from clients to the...
Read more >
Understanding and Handling Connection Lifetime Events ...
SignalR connection refers to a logical relationship between a client and a server URL, maintained by the SignalR API and uniquely identified by ......
Read more >
Build Real-time Web Applications with SignalR in ASP.NET ...
SignalR is a library that can be used to develop real-time web applications in ASP.NET Core. SignalR contains an API that allows server-side ......
Read more >
SignalR, ActionFilters and ASP.NET Web API
Even on this blog we looked at calling SignalR from Web API ITraceWriter to provide realtime tracing capabilities.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found