summaryrefslogtreecommitdiffstats
path: root/testclient/main.go
Commit message (Collapse)AuthorAgeFilesLines
* fix: properly handle AUTH flow with retry logicbndw45 hours1-0/+195
- Remove blocking wait for AUTH challenge on connection - Add channel-based synchronization for AUTH completion - Retry publish after AUTH completes successfully - Support both auth-required and non-auth relay configurations - Add clarifying comments for auth flow handling