jalcine / wintermute

:book: Central sources for a networked application framework.
http://jacky.wtf/weblog/ambitions-wintermute/
MIT License
17 stars 3 forks source link

Building Out ZeroMQ Plugin for Wintermute (Issue #14) #38

Closed jalcine closed 9 years ago

jalcine commented 9 years ago

This PR encompasses the following:

Inevitable extras include:

jalcine commented 9 years ago

Having a bit of a hard time testing this since (I think) I didn't really hammer in a good way to stop listening for events. Going to have to add a few more tests.

jalcine commented 9 years ago

Nope, it's a bit more complex than that. Somehow, ZeroMQ's getting polled twice and that causes it to raise an exception.

jalcine commented 9 years ago

And now it's not being polled at all. This is what I get for being up so late.

jalcine commented 9 years ago

All tided up, let's do some final checks.