proto-socket/dart
toki 7f8771b89e refactor: implement HeartbeatMixin for heartbeat handling
- Dart: Replace ResponseChecker with HeartbeatMixin
- Dart: Remove heartbeat-related fields from ProtobufClient/Server
- Dart: Add HeartbeatMixin for cleaner heartbeat logic
- Go: Add timeout test in communicator_test.go
- Go: Add heartbeat_test.go with heartbeat functionality tests
- Go: Add TLS test in tls_test.go
- Go: Add message type mismatch tests
- Go: Improve tcp_test.go and ws_test.go with comprehensive tests
- Dart: Add comprehensive socket_test.dart with multiple test scenarios
- Add untracked documentation files
2026-04-11 16:33:40 +09:00
..
.vscode Initial commit: Dart implementation of toki-socket protocol 2026-04-05 13:44:04 +09:00
crosstest Refactor project structure and add Close() method 2026-04-11 09:54:03 +09:00
lib refactor: implement HeartbeatMixin for heartbeat handling 2026-04-11 16:33:40 +09:00
test refactor: implement HeartbeatMixin for heartbeat handling 2026-04-11 16:33:40 +09:00
analysis_options.yaml Initial commit: Dart implementation of toki-socket protocol 2026-04-05 13:44:04 +09:00
pubspec.yaml Initial commit: Dart implementation of toki-socket protocol 2026-04-05 13:44:04 +09:00