Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition WebSocket connection to SSE for client-server communication #26

Open
A-Karam20 opened this issue Jan 13, 2025 · 0 comments
Open
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@A-Karam20
Copy link
Collaborator

Description

The client currently uses WebSocket to send a "Run" request and receive test logs. Since the client only listens for updates after triggering the test, SSE is more appropriate for this one-way communication.

We should:

  • Replace the WebSocket connection with SSE for real-time updates from the server.
  • Client triggers the run, then listens for updates via SSE.
@A-Karam20 A-Karam20 added enhancement New feature or request question Further information is requested labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants