protoactor-dotnet icon indicating copy to clipboard operation
protoactor-dotnet copied to clipboard

Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin

Results 125 protoactor-dotnet issues
Sort by recently updated
recently updated
newest added

Expect --- - Gossip works properly, not throwing an exception Actual --- - GossipActor throws TimeoutException Specifications --- - Version: 1.0.0-rc2 - Platform: AWS EKS v1.20 - Subsystem: dotnet6 -...

Currently `Proto.Persistenece.IEventStore` only supports persisting single event at the tame. ```c# Task PersistEventAsync(string actorId, long index, object @event); ``` This may not be good option for some cases. For instance,...

Bumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild), [Microsoft.Build.Framework](https://github.com/dotnet/msbuild) and [System.Collections.Immutable](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Build.Utilities.Core` from 17.0.0 to 17.9.5 Release notes Sourced from Microsoft.Build.Utilities.Core's releases. v17.8.3 What's Changed [automated] Merge branch...

dependencies

To reproduce, add new artifacts output layout directive to `examples/Directory.Build.props` (requires .NET 8 SDK): ```xml true ```` The directive moves `obj`/`bin` folders and friends to more desirable locations under root...

bug

eg. ClusterGrains and AutoClusterBenchmark

Make it possible to give some messages priority for the Remote layer. E.g. Gossip messages. This can probably be solved with a priority queue, or an approach similar to system...

enhancement

It would be interesting to evaluate how a dedicated thread dispatcher would affect e.g. Remote layer under heavy load. if that makes any difference or if the system still behaves...

enhancement

Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.5 to 4.8.6. Release notes Sourced from System.Data.SqlClient's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...

dependencies

Bumps [Serilog](https://github.com/serilog/serilog) and [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Serilog` from 2.12.0 to 3.1.1 Release notes Sourced from Serilog's releases. v3.1.1 #1977 - don't stack overflow when...

dependencies

Bumps [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) from 6.0.0 to 8.0.0. Release notes Sourced from Microsoft.Extensions.Logging.Console's releases. .NET 8.0.0 Release .NET 8.0 RC 2 Release .NET 8.0 RC 1 Release .NET 8.0 Preview 7 Release...

dependencies