-
I was a little bit surprised to see the player button in the middle of the top bar, and not next to the other status icons.
I do not know if this is desired behavior, but if you want to change it, h…
-
I am running the latest pre-release `1.6.1-alpha.0.22`
Here is where it occurs in the Cluster class:
```csharp
public async Task ShutdownAsync(bool graceful = true, string reason = "")
{
…
-
When running the ensemble registry, if you use the default unix socket and stop the process and restart it, it fails with the following:
```
^^>>> gxensemble registry …
-
Hello.
I was playing with Proto Cluster on the dev branch and I've found an issue in case of error coming from Consul on request to register service on re-registration step. In my case it was "no sp…
-
Intermittently (hard to reproduce reliably) we see CPU spinning at 50% or 100% (one or two cores), with profiling showing that schedule() is being called repeatedly, even though no messages are being …
-
**Describe the bug**
I made server and client apps with help of protoactor library as the transport. When server has real address (e.g. `127.0.0.1`), then all work well. When server has `0.0.0.0` add…
-
I've been fiddling around a little bit on how to create a set of cross language acceptance tests.
The first take was trying to port https://github.com/AsynkronIT/protoactor-go/blob/dev/examples/remot…
orjan updated
6 years ago
-
Ideally all symbolizers should produce not an array of objects, but a group with them. An outstanding case is TextSymbolyzer: it produces a lot of individual letters and paths for halo. I had to write…
-
### Description
Originated from this topic https://forums.swift.org/t/code-that-is-generic-over-actor-isolation/ attempt to carry isolation has produced a crash.
### Reproduction
```swift
protocol…
-
I can write a script to generate `GO` directory, then fill some files consists by the document of `C# version` and go code.
```
ENG/C#
ENG/GO
RUS/C#
RUS/GO
```
But it will make a lot of repe…
cupen updated
3 years ago