Skip to content

Add support for sse #48

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

light4
Copy link

@light4 light4 commented Apr 16, 2025

No description provided.

@light4 light4 requested a review from a team as a code owner April 16, 2025 07:16
Copy link

cla-checker-service bot commented Apr 16, 2025

❌ Author of the following commits did not sign a Contributor Agreement:
4666b69

Please, read and sign the above mentioned agreement if you want to contribute to this project

@light4 light4 force-pushed the add-support-for-sse branch from c51773e to ebb2f68 Compare April 16, 2025 07:24
@light4 light4 force-pushed the add-support-for-sse branch from ebb2f68 to 4666b69 Compare April 16, 2025 07:25
process.exit(1);
}

app.listen(Number(port), host, () => {
Copy link
Member

Choose a reason for hiding this comment

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

Suggest we need a way to handle termination signals in SSE mode gracefully by stopping the SSE server properly and disconnect any active SSEServerTransport instances and clean up the transports object.

@baifachuan
Copy link

Very good, I need this feature.

Thanks.

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.

3 participants