Jianhui Zhao c0be2b6caa cleanup HTTP proxy session when device disconnects
Previously, when a device disconnected, the associated HTTP proxy session
remained in the httpProxySessions store, causing a memory leak. This commit
adds a goroutine that monitors the context cancellation and automatically
deletes the session from the store when ctx.Done() is triggered.

This ensures proper cleanup of proxy sessions when devices disconnect,
preventing resource accumulation over time.

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2025-12-04 12:12:24 +08:00
2025-11-09 12:34:31 +08:00
2025-07-21 21:18:26 +08:00
2025-08-08 19:56:51 +08:00
2025-08-08 19:56:51 +08:00
2025-08-08 19:56:51 +08:00
2025-08-09 13:54:32 +08:00
2025-08-09 13:54:32 +08:00
2019-09-03 14:57:16 +08:00
2025-08-17 21:34:40 +08:00
2025-10-10 21:31:21 +08:00
2025-08-08 19:56:51 +08:00
2025-08-08 19:56:51 +08:00
2025-08-09 13:54:32 +08:00

rttys

license PRs Welcome Issue Welcome Release Version Build Status Go Report Card Downloads Ask DeepWiki

🔗 This is the server component of the rtty project. For complete information please visit the main rtty client repository.

📖 About

rttys is the server-side component of the rtty remote terminal system. It provides a web-based management interface and handles connections from rtty clients running on remote devices.

🏗️ Project Structure

This repository contains only the server-side components:

  • Server binary: The main rttys server program
  • Web UI: Browser-based management interface
  • API: RESTful API for device management

Star History

Star History Chart

🤝 Contributing

If you would like to help making rttys better, see the CONTRIBUTING.md file.

❤️ Donation

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-02-27T09:21:11.638Z
Readme MIT 70 MiB
Languages
GO 49.1%
Vue 47.9%
Shell 2.6%
Dockerfile 0.4%