SignalR in webapi layer
See original GitHub issuei 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:
- Created 4 years ago
- Comments:10 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
My demo project work fine, i think error project has setting error.
@tanghaojie what do you mean?