asynkron / protoactor-dotnet

Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
http://proto.actor
Apache License 2.0
1.74k stars 288 forks source link

RequestAsync method doesn't work in client mode #2062

Open yury-sch opened 1 year ago

yury-sch commented 1 year ago

Since 1.4.0 and these changes https://github.com/asynkron/protoactor-dotnet/pull/2051 method Cluster.RequestAsync<T>(...) doesn't work because the JoinedCluster task is never released in client mode.