fix: update websocket_client to use FrameProcessorSetup

This commit is contained in:
Mark Backman
2025-05-29 00:22:11 -04:00
parent cb9178f1ec
commit 803b3f2cc4
2 changed files with 14 additions and 4 deletions

View File

@@ -32,6 +32,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
messages array. This workaround includes a no_op factory function call is
used to satisfy the requirement.
- Fixed `WebsocketClientTransport` to use `FrameProcessorSetup.task_manager`
instead of `StartFrame.task_manager`.
## [0.0.68] - 2025-05-28
### Added