Fix relay URL derivation stripping existing port before appending :8765

http://10.10.20.70:3000 was becoming ws://10.10.20.70:3000:8765 instead
of ws://10.10.20.70:8765. Extract hostname only via urlparse.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
monoadmin
2026-04-10 16:32:19 -07:00
parent e16a2fa978
commit e808112aa4
2 changed files with 19 additions and 4 deletions