-
I am trying to create an actor, through the actor system of the akka library, but I receive the error “Configuration system failed initialize” just when trying to create the actor system.
…
-
Hi again. Sorry to keep posting new issues for you.
## Environment
Tested on Debian 10 (buster) with an ARM Cortex A8 (1 core)
Also tested on an Ubuntu 20.04 LTS VM with 4 cores allocated to test…
-
**Describe the bug**
When disposing `NeoSystem` the method `EnsureStopped` has a 5 minute wait to receive a message on the inbox. if no response ever is sent than you wait 5 minutes. Using custom app…
-
Hello!
I'm starting a new project with TypeScript and currently experimenting with Comedy as a solution for scaling the application.
I ran into an issue with the way Resources are serialized and…
-
Hello, thanks for this lib, it's great, right now I've a small system with some actors, everything works as expected when I use simpleSystemBase but now I want to run this really async...so I'd like t…
-
On MacOS using thespian 3.10.7, the multiprocTCPBase actor system configuration does not work. The exception is as follows:
```
Python 3.10.9 (v3.10.9:1dd9be6584, Dec 6 2022, 14:37:36) [Clang 13.…
-
I try to run in fsi this basic example:
```
// script.fsx
#I @"packages\"
#r @"Newtonsoft.Json\lib\netstandard2.0\Newtonsoft.Json.dll"
#r @"Akka.Serialization.Hyperion\lib\netstandard1.6\Akka.S…
badgh updated
4 years ago
-
Hi. I've been playing with `ExplicitlyTriggeredScheduler` and noticed it doesn't behave as you might expect if you integrate its usage with some of the streams operators. For example, in the code belo…
-
Currently, it is necessary to pass the entire Actor Entity in the invocation message, but only the Actor and ActorSystem name are needed so that it is possible to lookup the Actor Process.
Removing t…
-
异常描述:
在生产环境,powerjob运行5天左右,开始出现如下WARN日志,这个时间点server所在机器没有其他任务执行:
`
2022-04-08 16:40:04.595 WARN 92328 --- [l-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvat…