proto-socket/go
toki a9480c5afb feat: implement inbound queue ordering across all language implementations
- Add gateway contract for inbound queue ordering (03+02_gateway_contract)
- Update receive thread model across Dart, Go, Kotlin, Python, TypeScript
- Implement queue ordering logic in BaseClient and Communicator
- Add comprehensive tests for queue ordering in all languages
- Update documentation (PORTING_GUIDE, PROTOCOL, README)
- Archive task completion logs for completed subtasks
2026-06-02 05:36:52 +09:00
..
crosstest feat: dart web crosstest and related test infrastructure updates 2026-05-30 22:59:23 +09:00
examples 기능: 브라우저 WebSocket 진입점을 추가한다 2026-05-20 07:30:53 +09:00
packets 기능: 브라우저 WebSocket 진입점을 추가한다 2026-05-20 07:30:53 +09:00
test feat: implement inbound queue ordering across all language implementations 2026-06-02 05:36:52 +09:00
base_client.go feat: implement inbound queue ordering across all language implementations 2026-06-02 05:36:52 +09:00
communicator.go feat: implement inbound queue ordering across all language implementations 2026-06-02 05:36:52 +09:00
communicator_nonce_test.go 기능: 브라우저 WebSocket 진입점을 추가한다 2026-05-20 07:30:53 +09:00
go.mod 기능: 브라우저 WebSocket 진입점을 추가한다 2026-05-20 07:30:53 +09:00
go.sum feat: add WebSocket/WSS support and Go implementation 2026-04-11 08:33:46 +09:00
heartbeat_timer.go refactor: rename toki_socket to proto_socket across all languages 2026-05-02 07:19:12 +09:00
tcp_client.go 기능: 브라우저 WebSocket 진입점을 추가한다 2026-05-20 07:30:53 +09:00
tcp_server.go refactor: rename toki_socket to proto_socket across all languages 2026-05-02 07:19:12 +09:00
ws_client.go 기능: 브라우저 WebSocket 진입점을 추가한다 2026-05-20 07:30:53 +09:00
ws_server.go feat: dart web crosstest and related test infrastructure updates 2026-05-30 22:59:23 +09:00