Skip to content

Conversation

@dmgav
Copy link
Contributor

@dmgav dmgav commented Dec 1, 2025

Description

Added the following websockets:

  • /console_output/ws - streaming of console output.
  • /info/ws - streaming of all system info message from RE Manager.
  • /status/ws - streaming of RE Manager status.

Currently /info/ws stream contains only status message, other messages may be added in the future.

WebSockets are currently unsecured. Security will be added in a separate PR.

Motivation and Context

Summary of Changes for Release Notes

Added

  • New /console_output/ws socket for streaming console output messages.
  • New /info/ws socket for streaming RE Manager system info messages.
  • New /status/ws socket for streaming RE Manager status messages.

How Has This Been Tested?

Unit tests for the new features were added.

@dmgav dmgav marked this pull request as ready for review December 3, 2025 17:33
@dmgav dmgav merged commit 2d0592b into bluesky:main Dec 3, 2025
4 of 10 checks passed
@dmgav dmgav deleted the web-sockets branch December 3, 2025 17:34
@dmgav dmgav mentioned this pull request Dec 11, 2025
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