-
Hello, I followed the steps to install the api telegram but I can not compile. Can not find ActorSystem class. What 's missing me or fails? Can you help me please?
Thanks.
![imagen 2](https://cloud.…
-
Lagom 1.5 introduces an Akka HTTP server for Akka Management.
This should be registered on the CoordinatedShuhtdown of the ActorSystem powering Lagom so it is gracefully released on shutdown.
-
When creating a new actor in the following code:
https://github.com/zio/zio-actors/blob/1560ff2d2cc000cf36313b5ebf659467f5a5a191/actors/src/main/scala/zio/actors/ActorSystem.scala#L132-L143
If t…
-
Hi there.
Just wanted to ask if someone has a clue on how to avoid errors on `container.Verify()`.
When you verify the container it tries to create all registrations. Which isn't really good f…
-
I have a mature Scala + Guice + Play application. In many cases my application had existing bindings for core classes like `ExecutionContext`, `ActorSystem`, and `com.typesafe.config.Configuration`. T…
eboto updated
5 years ago
-
Akka的文档里有
You can kill an actor by sending a Kill message. This will cause the actor to throw a ActorKilledException, triggering a failure. The actor will suspend operation and its supervisor will be…
-
ClusterConnection has a [blocking await call for connection initialization](https://github.com/scredis/scredis/blob/master/src/main/scala/scredis/io/ClusterConnection.scala#L59). On large clusters, wi…
-
I am using atmosphere-runtime 2.4.5, atmosphere-play 2.3.0 and atmosphere-guice 2.4.3.
I have a play controller which is created by Guice with this signature:
```
@Singleton
public class AsyncCont…
-
Title was changed to reflect the question at hand -- see discussion below. -- @ktoso;
---
Hi,
The official documentation says: _The stream can be completed successfully by sending the actor…
-
Happens for me too:
jdk: adopt-openjdk-11.0.10
scala: 2.13.5
sbt: 1.4.7
akka: 2.6.13
kamon: 2.1.12
starting only with `-javaagent:kanela-agent.jar`, no sbt-kanela-runner, no sbt-javaagent
…