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 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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: