Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
transports(websocket): fix
_audio_buffer
being accidentally overwri…
…tten `BaseOutputTransport` declares an `_audio_buffer` instance variable. `WebsocketServerOutputTransport` accidentally reuses that variable internally assuming it's class-local and not inherited. This PR renames the variable in `WebsocketServerOutputTransport` to avoid the name collision.
- Loading branch information