asynkron / protoactor-dotnet

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

Fixed cluster client mode bug #2072

Closed mhelleborg closed 1 year ago

mhelleborg commented 1 year ago

Description

Fixed issue with client cluster logic where it would not see itself as started unless listed by the cluster provider. Changed member list to accept any cluster topology updates when in client mode and set started.

Added tests for client mode requests.

Purpose

This pull request is a:

Checklist