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
The default implementation of on_receive() in the Actor class will log any unexpected messages on the WARNING log level. If using that, your example could then be updated to:
Is there an equivalent of dead letters in pykka?
I.e. ability to see all the message (at least in a log) that were not delivered anywhere?
Currently, I implement this as follows in my actor:
The text was updated successfully, but these errors were encountered: