2 Commits

Author SHA1 Message Date
58859dba67 JSON Unmarshalling of the Initial Authentication Message, Security and Input Validation, timeout
Authentication:
The module now reads a single JSON message containing both secret and host_port values.

Timeouts:
The Telnet dial uses a 10‑second timeout, and the WebSocket connection is closed after 120 seconds of inactivity. Adjust these values as needed.

Security:
The upgrader currently allows all origins. In a production environment, restrict this by verifying r.Origin.

Error Handling & Goroutine Cleanup:
Each goroutine writes to a buffered error channel so that the first error will cancel the connection. In a more complex scenario, you might use a context with cancellation or a sync.WaitGroup to better manage goroutine lifetimes.
2025-02-10 07:52:13 +00:00
a25c7d5f7d Initial code commit 2025-01-07 22:23:21 +00:00