Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'When' buffer: messages should only be unpickled at time of delivery #63

Open
juanjgalvez opened this issue Mar 14, 2019 · 1 comment
Open

Comments

@juanjgalvez
Copy link
Contributor

Messages stored in _when_buffer should probably not be unpickled before buffering. Instead they should be unpickled after retrieving them from buffer. The reason is that if an object with buffered messages migrates, these messages will have to be pickled and unpickled for each time the object migrates.

@juanjgalvez
Copy link
Contributor Author

juanjgalvez commented May 8, 2019

Note that this is not a common occurrence (usage of when buffers plus having undelivered messages in these buffers plus having these objects migrate). So this is considered low priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant