-
When a finalizer runs and it's `Task` suspended, the finalizer is killed immediately after that time by the `Actor#cleanup` code.
In supervision groups, the finalizer is responsible for terminating o…
-
I'm a bit new to streams, so this might be a misunderstanding of how supervisor strategies are supposed to work.
**Scenario**: A stream is is using flapMapConcat to consume a java input stream. An ex…
-
Hey,
I recently upgraded from celluloid 0.16.0 to 0.16.1 and our logging class isn't working anymore.
I'm using ruby-2.1.5 on OSX 10.8.5.
I stripped it down to this code:
``` ruby
require 'celluloid…
-
When an actor is no longer reachable, either because it has been garbage collected or (in the future, on a distributed runtime) a node has crashed taking all the actors on it with it, some other (stil…
-
I'm building a library that is going to be used by 3rd-party. In one of my methods I return `Stream[Item]` that is asynchronously generated from result of paginated REST API call.
I'm using my modifi…
-
After resolving #18 by updating I'm stuck with 400 (Bad request): BadDeviceToken. At first I was sure the problem was on my end so I regenerated the certificate (again), regenerated the provisioning p…
-
I have a stream which uses an `ActorSubscriber` as a `Sink`, the sink can throw an exception, in it's receive, when the connection to the remote resource breaks, and can be just fixed by restarting, h…
-
I am using akka java with playframework. I realized that I am getting a null pointer exception while creating an actor. This exception causes an akka.actor.OneForOneStrategy exception on top level. Wh…
Kml55 updated
8 years ago
-
Failed tests: TheArithmeticServiceShouldSurviveIllegalExpressions(supervision.ArithmeticServiceTest): assertion failed: timeout (3 seconds) during expectMsgClass waiting for class akka.actor.Status$…
ktoso updated
8 years ago
-
The current proposal for the relationship between Actor Supervision and the materialization of Akka Streams is described in the following. Implementing this might be broken up into several pieces.
--…
rkuhn updated
8 years ago