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

Add SSE support and deprecated socket-io #37

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mateuscardosodeveloper
Copy link
Contributor

@mateuscardosodeveloper mateuscardosodeveloper commented Mar 21, 2024

What does PR do?

The current implementation of the SDK-Python utilizes WebSocket (WS) for running analyses externally. This approach has been identified as less efficient in scenarios where unidirectional communication suffices. The objective is to transition from WebSocket to Server-Sent Events (SSE) for these specific use cases to improve performance and resource utilization.

JIRA cards.

SDKPY-116

Type of alteration

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

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.

None yet

1 participant