proto-socket/dart
toki cab031ea28 Refactor client implementations with baseClient pattern
- Dart: Add explicit Future<void> return type to send() method
- Dart: Improve onDisconnected() logic with proper isAlive handling and heartbeat response
- Go: Introduce baseClient generic base class for shared client logic
- Go: Refactor TcpClient and WsClient to embed baseClient instead of embedding Communicator
- Remove duplicate heartbeat and disconnect handling code across client implementations
- Clean up unused imports (time package)
2026-04-11 13:52:50 +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 client implementations with baseClient pattern 2026-04-11 13:52:50 +09:00
test Refactor client implementations with baseClient pattern 2026-04-11 13:52:50 +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