- Add browser WebSocket import compatibility test - Add platform-specific WebSocket clients (io/web) - Add protobuf client/server web variants - Fix WS protobuf server for browser compatibility - Remove deprecated ws_protobuf_client.dart (consolidated into platform-specific files) - Update test and server files for websocket functionality
2 lines
158 B
Dart
2 lines
158 B
Dart
// Browser stub: TCP `ProtobufServer` is not available on web targets because
|
|
// it depends on `dart:io` ServerSocket. Server implementations remain IO-only.
|