You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@PhilAndrew , I'll investigate on Akka's way of doing backpressure. For NodeJS streams - I think it's a different thing than actor messaging, and it's not likely to be added to Comedy's interface, but we'll possibly use streams internally for implementing backpressure.
Implement an actor mailbox size limit capability. This way, a user will be able to avoid overloading actors with too many messages.
The text was updated successfully, but these errors were encountered: