-
Under some circumstances, especially when `ISchedule` is defined as actor protocol for network channel probing with an interval of 1ms and timeout of 1ms. The ensuing of task is faster than the task r…
-
Context:
https://github.com/vlingo/vlingo-examples/tree/master/vlingo-distributed-ping-pong
The problem is that when we run the Grid (on top of vlingo-cluster) there are various classes that can…
-
```java
...
public Completes boom() {
return completes().with(1).andThen(one -> one + 1);
}
...
```
When boom is called on the actor proxy created via `World.actorFor` it throws:
```
java.l…
-
Needs further investigation why sometimes `TestThatLoadBalancingClientDelivers` and `TestThatRoundRobinClientDelivers` hangs on Appveyor and Travis CI.
The passing one is `Ubuntu` image. macOS, win…
-
This is WIP
## Current state
- experiment via the [`snapshots`](https://github.com/vlingo/vlingo-actors/tree/snapshots) branch
- Sonatype credentials : `SONATYPE_PASSWORD`, `SONATYPE_USERNAME` …
d-led updated
4 years ago
-
```
[INFO] Running io.vlingo.wire.fdx.bidirectional.rsocket.RSocketServerChannelActorTest
17:13:23.989 [pool-11-thread-3] INFO io.vlingo.actors.Logger - RSocket inbound channel OP at port 37372 is …
-
The should be able instead of doing `async/await` to send the result of `Task` to actors Complets like :
```
httpClient.GetAsync(...).AndThenTo(result => do something)
```
The operation above …
-
I am tying to get ecommerce to run.
I have read the documentation. Found **all** sample to go with.
I have executed the TEST - also fails
I do the following
* Start application by run main in…
-
A call to `ResolveDynamic` is no longer needed to be in `try/catch` blocks. Update usage in `EntryAdapterProvider` and `StateAdapterProvider` once https://github.com/vlingo-net/vlingo-net-actors/issue…
-
Hi
1) I have cloned git clone git@github.com:vlingo/vlingo-actors.git
2) then cd to project
3) mvn clean install
-- get errors
[ERROR] COMPILATION ERROR :
[INFO] ----------------------------…