mozilla / audioipc

Cubeb Audio Remoting For Gecko
10 stars 17 forks source link

Return error instead of panicking when add_connection called on shutdown server. #140

Closed kinetiknz closed 2 years ago

kinetiknz commented 2 years ago

Allow errors to bubble to the caller rather than calling expect and panicking.

This addresses the failure mentioned in BMO 1726279 comment 8.