Skip to content

Instantly share code, notes, and snippets.

@SavageMessiah
Created April 14, 2011 18:24
Show Gist options
  • Save SavageMessiah/920133 to your computer and use it in GitHub Desktop.
Save SavageMessiah/920133 to your computer and use it in GitHub Desktop.
ctrl-c testcase
import zmq, json, signal
ctx = zmq.Context()
rep = ctx.socket(zmq.REP)
rep.bind("tcp://*:5556")
rep.recv()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment