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

use session.send throughout zmq code #201

Closed
minrk opened this issue Nov 4, 2010 · 1 comment
Closed

use session.send throughout zmq code #201

minrk opened this issue Nov 4, 2010 · 1 comment
Milestone

Comments

@minrk
Copy link
Member

minrk commented Nov 4, 2010

For compatibility between the interactive and parallel codes, as well as enforcing valid and uniform messages throughout, all message sends should be done via session.send(), and methods like socket.send_json should not ever be called anywhere outside the Session object itself.

grep 'send_json' IPython/zmq should probably return zero results outside of IPython/zmq/session.py

@minrk
Copy link
Member Author

minrk commented Mar 23, 2011

This was closed by #250

@minrk minrk closed this as completed Mar 23, 2011
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