Open yury-sch opened 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.
Cluster.RequestAsync<T>(...)
JoinedCluster
Since 1.4.0 and these changes https://github.com/asynkron/protoactor-dotnet/pull/2051 method
Cluster.RequestAsync<T>(...)
doesn't work because theJoinedCluster
task is never released in client mode.