edgecase / spotbox

Official jukebox of the EdgeCase lab
Other
13 stars 1 forks source link

Silence zmq log output on NOBLOCK #33

Closed tonywok closed 12 years ago

tonywok commented 12 years ago

The objc zmq bindings log an error when calling zmq_recv on a non blocking receive when nothing is in the queue. Need to add a condition to the library and recompile our static libzmqobjc lib.

tonywok commented 12 years ago

This is done in a local commit, pushing up when I regain Internet access :/

tonywok commented 12 years ago

This has been pushed up to the cocoa_spotify repo. Once we have the objc binary issue ironed out, the submodule will turn into a link to the previously mentioned repo.