python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Akka.Net - how to properly analyse occasionally and remedy some rogue messages taking too long to be acted upon
We have code sending 2 duplicate tell messages ( a integer differences) one after directly the other no processing in between. These normally processed in a few milli seconds, but we are hitting time...
user3720465
Votes: 0
Answers: 1
Akka.Net not executing await continuation in PostStop
My actor interacts with a non-Akka thing that has an async disposal. This disposal can take 5-10 seconds. I do this in PostStop() like so:
protected override void PostStop()
{
async Task DisposeTh...

Asik
Votes: 0
Answers: 1
Exception of Shard 0 already allocated
we are getting an exception after every re-start of service 3 POD [3 shard]inside AWS cluster, we are using Nuget Akka1.4.16 for our .net service using AWS Document DB, attaching the code for your ref...

Ashutosh Gupta
Votes: 0
Answers: 1
Docker image with a single file Akka.net app and the Petabridge command line?
I'm writing an Akka.net hosted application that I intend to host in docker. I want to minimize the footprint so I'm making this a single file executable. But I also want to include the Petabridge com...
yozepi
Votes: 0
Answers: 1