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

spout.py emit_many is broken #144

Closed
kuribe opened this issue May 19, 2015 · 1 comment
Closed

spout.py emit_many is broken #144

kuribe opened this issue May 19, 2015 · 1 comment
Labels

Comments

@kuribe
Copy link

kuribe commented May 19, 2015

Hi,

The method emit_many in spout.py calls repeatedly the emit method and sends across values for anchors; however the signature of emit does not include the field anchors, for that reason the code breaks when emit_many is called.

Can you fix the issue by adding anchors to the emit method?

Karina

@dan-blanchard
Copy link
Member

As proposed in #66, emit_many will be deprecated in the next release and removed in the one after that. I would recommend avoiding it entirely and repeatedly calling emit.

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

No branches or pull requests

2 participants