Closed ericvh closed 5 years ago
Thanks Eric.
I'll need to be a little more judicious in explicitly tracking the major version of pika used here - there was a recent change in pika>=1.0.0 which broke how SSL options were passed, so any place where there's a clear dependence on pika<1, I should try to fix.
ordering of where queue sits changed in pika > 1.0.0 which pywaggle now requires. fixed ordering in loader and message queue scripts and updated requirements to specify >1.0.0 for pika
Signed-off-by: Eric Van Hensbergen ericvh@gmail.com