proto-socket/dart/lib/src
toki c384516b47 feat: implement new communication patterns and add cross-test support
- Add Transport class for unified communication layer
- Implement new communicator patterns
- Add VERSIONING.md for version management
- Add crosstest files for Dart/Go integration testing
- Update protocol documentation
- Add new skills and templates for AI-assisted development
- Various bug fixes and improvements to Dart implementation
2026-04-12 07:53:31 +09:00
..
packets Update protocol docs and fix communicator implementation 2026-04-05 22:46:46 +09:00
base_client.dart fix: update Dart close() implementation 2026-04-11 19:53:12 +09:00
communicator.dart feat: implement new communication patterns and add cross-test support 2026-04-12 07:53:31 +09:00
heartbeat_mixin.dart refactor: implement BaseClient pattern for Dart 2026-04-11 19:05:17 +09:00
protobuf_client.dart feat: implement new communication patterns and add cross-test support 2026-04-12 07:53:31 +09:00
protobuf_server.dart fix: update Dart close() implementation 2026-04-11 19:53:12 +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.dart feat: implement new communication patterns and add cross-test support 2026-04-12 07:53:31 +09:00
ws_protobuf_server.dart fix: update Dart close() implementation 2026-04-11 19:53:12 +09:00