proto-socket/dart/lib
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
..
src Refactor client implementations with baseClient pattern 2026-04-11 13:52:50 +09:00
toki_socket.dart Update protocol and add WebSocket protobuf client/server implementations 2026-04-05 20:44:37 +09:00