-
**Describe the bug**
We created a project with the [vlingo-xoom-starter](https://github.com/vlingo/vlingo-xoom-starter). Our [project](https://github.com/whzinformatik/stocktrader) is an implementati…
-
`Stage::stop()` -- Make async. Use `Completes` for stopping an entire `Stage`.
`Actor::stop()` -- Ensure association reference removal from parent.
-
Attempting to by fluent API register some plugins that are unknown to the `Configuration` will fail. Example, the `jdbcQueueMailbox` is registered over top of the `queueMailbox`. Note this is not a pr…
-
Attempting to by fluent API register plugins that are unknown (not built-in) to the `Configuration` will fail. Example, the `jdbcQueueMailbox` is registered over top of the `queueMailbox`. Note this i…
-
Got the following while testing lattice grid. It happened after stopping a node and bringing it back up again. After that error, a grid actor that was supposed to relocate back to the node that resta…
-
[pool-2-thread-6] ERROR io.vlingo.actors.Logger - Exception thrown by Resource execution
io.vlingo.xoom.starter.task.template.TemplateGenerationException: Failed.
at io.vlingo.xoom.starter.task.st…
-
Any access to the HTTP resources freezes/blocks forever:
`curl -i -X GET http://localhost:8080/hello` (as well as using a browser) does not respond/return. The server log (see below) does not indic…
-
The code in `GreetingResource` suggests that in some cases there should be a 404 response returned, i.e. if the greeting is not found:
```java
public Completes queryGreeting(String greetingId) {…
-
https://github.com/vlingo/vlingo-actors/blob/68f9762a9e96367ab8a13bd3a507624887542788/src/test/java/io/vlingo/actors/ActorEnvironmentTest.java#L53
-
The [SockeChannelSelectionProcessorActor](https://github.com/vlingo/vlingo-wire/blob/master/src/main/java/io/vlingo/wire/channel/SocketChannelSelectionProcessorActor.java) loops infinitely while tryin…