-
Notifications
You must be signed in to change notification settings - Fork 486
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
setting return_buffers to true causes errors #185
Comments
jjb
changed the title
setting return_buffer to true causes errors
setting return_buffers to true causes errors
Jan 31, 2017
I had the same error and |
I was unable to reproduce the issue, but I added a note here, what do you think? |
Cool how about to History.md as well |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recently updated to the latest version (3.1.0) from 1.0.0. After doing this, exactly every other message that I emit is ignored. I bisected, and the version where this problem starts is 3.0.0. I bisected further and found that the bug was introduced in 73ce3ea. removing
return_buffers: true
from my code solved the problem.So, maybe it's worth putting a warning in the changelog about this. I would contribute a PR but i don't know the technology well enough to word it correctly.
Thanks for a great project!
The text was updated successfully, but these errors were encountered: