rossdylan / quilt

Mesh chat protocol over ZMQ
19 stars 1 forks source link

Outgoing Queue is not pushing data out #13

Closed rossdylan closed 12 years ago

rossdylan commented 12 years ago

Unit test fails because data is not being taken from the queue, meaning the OutgoingThread for that queue is probably blocking when it shouldn't

rossdylan commented 12 years ago

turns out this was caused by a completely different bug, QuiltServer.start() had a typo in it, which caused the server to not start the IncomingThread