adhearsion / punchblock

Telephony middleware library for Ruby
adhearsion.com/punchblock
MIT License
40 stars 34 forks source link

Avoid race conditions in processing calls #253

Closed benlangfeld closed 9 years ago

benlangfeld commented 9 years ago

Methods called on Asterisk calls are always dispatched through the translator. Those which call back to the translator should do so within the task rather than exposing race conditions (and performance impact) of calling back through the translator actor proxy.

benlangfeld commented 9 years ago

@bklang Could I get a review please?

bklang commented 9 years ago

Review ok