proto-socket/dart/lib/src
toki 5df325bf96 feat: Dart Web E2E 테스트 및 크로스 테스트 추가
- Dart Web 브라우저 E2E 테스트 프레임워크 추가
- browser_ws_dart_io_test, browser_ws_kotlin_test 등 브라우저 통합 테스트 추가
- Dart Web 크로스테스트 케이스 추가 (go, kotlin, python, typescript)
- TypeScript 브라우저 웹소켓 클라이언트 개선
- Node.js 웹소켓 서버 클라이언트 업데이트
- 테스트 실행 매트릭스 스킬 및 스크립트 업데이트
- README.md 문서 업데이트
2026-05-25 00:30:37 +09:00
..
packets 기능: 브라우저 WebSocket 진입점을 추가한다 2026-05-20 07:30:53 +09:00
base_client.dart fix: update Dart close() implementation 2026-04-11 19:53:12 +09:00
communicator.dart fix dart qualified protobuf type names 2026-05-24 20:06:51 +09:00
heartbeat_mixin.dart sync: update communicator implementation across all languages 2026-04-26 05:31:56 +09:00
protobuf_client.dart feat: Dart Web E2E 테스트 및 크로스 테스트 추가 2026-05-25 00:30:37 +09:00
protobuf_client_web.dart feat: dart web e2e support and ws protobuf fixes 2026-05-24 22:36:52 +09:00
protobuf_server.dart fix: update Dart close() implementation 2026-04-11 19:53:12 +09:00
protobuf_server_web.dart feat: dart web e2e support and ws protobuf fixes 2026-05-24 22:36:52 +09:00
response_checker.dart Refactor client implementations with baseClient pattern 2026-04-11 13:52:50 +09:00
transport.dart feat: implement new communication patterns and add cross-test support 2026-04-12 07:53:31 +09:00
ws_protobuf_client_io.dart feat: Dart Web E2E 테스트 및 크로스 테스트 추가 2026-05-25 00:30:37 +09:00
ws_protobuf_client_web.dart feat: dart web e2e support and ws protobuf fixes 2026-05-24 22:36:52 +09:00
ws_protobuf_server.dart feat: dart web e2e support and ws protobuf fixes 2026-05-24 22:36:52 +09:00
ws_protobuf_server_web.dart feat: dart web e2e support and ws protobuf fixes 2026-05-24 22:36:52 +09:00