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

prepare streaming in management sdk. #2129

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

Conversation

vwxyzh
Copy link
Contributor

@vwxyzh vwxyzh commented Jan 21, 2025

prepare streaming in management sdk.

}
catch (Exception ex)
{
await _lifetimeManager.SendStreamCompletionAsync(connectionId, streamId, ex.Message);
Copy link
Member

@vicancy vicancy Jan 21, 2025

Choose a reason for hiding this comment

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

is this ex.message exposed to the end user? Is it expected?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good question.

Copy link
Member

Choose a reason for hiding this comment

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

@vwxyzh
Copy link
Contributor Author

vwxyzh commented Jan 21, 2025

#2132

@vwxyzh vwxyzh linked an issue Jan 22, 2025 that may be closed by this pull request
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.

Feature: Support streaming in serverless.
4 participants