python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Vert.x event bus consumer called twitce
i wrote a simple code for communicate between a java server in vert.x and a browser client with the event bus library. The client send a message to the server through the event bus and the server call...
Stardustt
Votes: 0
Answers: 0
How can I configure my event bus in ASP.NET Core 6 - Migration to .NET 6
I want to migrate from ASP.NET Core 5 to ASP.NET Core 6. How can I configure by event bus in .NET 6?
Here is my code in ASP.NET Core 5:
IEventBus.cs class
public interface IEventBus
{
void Publish...
Mostafa
Votes: 0
Answers: 1
ASP.NET : how to make reliable long running event consumer
I am considering on the way to implement event consumer as long running task in ASP.NET. The common way to do this it use IHostedService and it implementation BackgroundService, but what exactly is th...
Masteroxify
Votes: 0
Answers: 0