Skip to content

Instantly share code, notes, and snippets.

View vivekfantain's full-sized avatar

Vivek Venugopalan vivekfantain

View GitHub Profile
@vivekfantain
vivekfantain / espresso.py
Last active November 9, 2016 06:31
zeromq XPUB/XSUB issue that cannot be explained
# Espresso Pattern
# This shows how to capture data using a pub-sub proxy
#
import time
from random import randint
from string import uppercase
from threading import Thread