proto-socket/python/proto_socket
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
..
packets refactor: rename toki_socket to proto_socket across all languages 2026-05-02 07:19:12 +09:00
__init__.py refactor: rename toki_socket to proto_socket across all languages 2026-05-02 07:19:12 +09:00
base_client.py feat: implement inbound queue ordering across all language implementations 2026-06-02 05:36:52 +09:00
communicator.py feat: implement inbound queue ordering across all language implementations 2026-06-02 05:36:52 +09:00
tcp_client.py feat: implement inbound queue ordering across all language implementations 2026-06-02 05:36:52 +09:00
tcp_server.py refactor: rename toki_socket to proto_socket across all languages 2026-05-02 07:19:12 +09:00
ws_client.py feat: implement inbound queue ordering across all language implementations 2026-06-02 05:36:52 +09:00
ws_server.py refactor: rename toki_socket to proto_socket across all languages 2026-05-02 07:19:12 +09:00