bumptech / nitro

Queueing/Networking Library
Other
113 stars 16 forks source link

HWM Bug #13

Closed jamwt closed 11 years ago

jamwt commented 11 years ago

Locking forever on full queues.

jamwt commented 11 years ago

Fixed in SHA: fed58dd9a9eb4a96eb25205ff8d5e37ba3f2c642 .

The pthread_cond_t was not getting a signal when the queue was being written to an fd (as in tcp).