proto-socket/dart/test
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
..
certs feat: SSL/TLS support for both client and server 2026-04-05 13:56:32 +09:00
communicator_test.dart Refactor client implementations with baseClient pattern 2026-04-11 13:52:50 +09:00
socket_test.dart Update protocol docs and fix communicator implementation 2026-04-05 22:46:46 +09:00