Add MIXED mode support to FastAPIWebsocketTransport

This commit is contained in:
Mark Backman
2025-12-18 22:32:44 -05:00
parent 186f76db46
commit 024625fc15
2 changed files with 42 additions and 4 deletions

View File

@@ -0,0 +1 @@
- Updated FastAPIWebsocketTransport to support `MIXED` mode, handling binary and text messages over the same websocket connection.