399 B
399 B
- Fixed a race condition in the Daily transport that caused
AttributeError: 'NoneType' object has no attribute 'send_app_message'when tearing down a pipeline. BothDailyInputTransportandDailyOutputTransportshare the sameDailyTransportClientand both callcleanup(), which was releasing the underlyingCallClienton the first call — leaving the second caller with aNoneclient.