asynkron / protoactor-go

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

subscriber may block PubSubMemberDeliveryActor #1011

Open qazwsxedckll opened 8 months ago

qazwsxedckll commented 8 months ago

image

An actor can take considerable time to do calculations and it will block messages in the next batch. Maybe ReenterAfter should be used here or just use send.