rwadurian/backend/mpc-system/services/service-party-android/app
hailin aeb70a6579 fix(android): registerParty 前等待 channel READY
问题:connect() 是异步的,registerParty() 在 channel 还是 CONNECTING 时就被调用,导致 RST_STREAM 错误

修复:在 registerParty() 开头等待 channel READY 后再发送请求

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 04:22:46 -08:00
..
libs feat(android): add Android TSS Party app with full API implementation 2025-12-31 23:27:29 -08:00
src/main fix(android): registerParty 前等待 channel READY 2026-01-27 04:22:46 -08:00
build.gradle.kts fix(tss): 修复备份恢复后签名失败的问题 2026-01-20 00:39:05 -08:00
proguard-rules.pro feat(android): add Android TSS Party app with full API implementation 2025-12-31 23:27:29 -08:00