alumae / kaldi-gstreamer-server

Real-time full-duplex speech recognition server, based on the Kaldi toolkit and the GStreamer framwork.
BSD 2-Clause "Simplified" License
1.07k stars 341 forks source link

fix post_processor block issue #244

Closed kamoo1 closed 3 years ago

kamoo1 commented 3 years ago

Acquiring tornado.locks.Lock with timeout=0.0 causes block. https://github.com/tornadoweb/tornado/blob/v4.5.3/tornado/locks.py#L389

kamoo1 commented 3 years ago

I see it's addressed in coming python3 branch, closing it now.