Skip to content

File restructure#23

Draft
j-dominguez9 wants to merge 8 commits intorrmn:mainfrom
j-dominguez9:j-dominguez9/file-restructure
Draft

File restructure#23
j-dominguez9 wants to merge 8 commits intorrmn:mainfrom
j-dominguez9:j-dominguez9/file-restructure

Conversation

@j-dominguez9
Copy link

@j-dominguez9 j-dominguez9 commented May 27, 2025

I know this is a big PR. Got carried away, sorry. I promise I will update with relevant info

  • Unit Tests
  • Logging instead of printing
  • Global config
  • Global clients
  • Typer commands clean-up

# Start Realtime listener (connects, subscribes, and listens in background)
await realtime_manager.start_realtime() # Use renamed module

active_sessions: dict[str, ssh_server.ItterShell] = {}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this could be in some redis cache type of thing? Concerned about race conditions with async I/O to a global dictionary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant