asynkron / protoactor-dotnet

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

Fix actor fails to recive batching messages if batchsize is less than… #2105

Closed wuuer closed 2 months ago

wuuer commented 2 months ago

Fix actor fails to recive batching messages if batchsize is less than the number of messages in the batchingMailbox because of dead loop in the RunAsync method

Description

Purpose

This pull request is a:

Checklist

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

rogeralsing commented 2 months ago

Nice catch!