transports(websocket): added WebsocketClientTransport

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-28 20:02:28 -08:00
parent 4ff68e66b9
commit 6393b41d58
2 changed files with 242 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added a new transport: `WebsocketClientTransport`.
- Added a `metadata` field to `Frame` which makes it possible to pass custom
data to all frames.