-
Notifications
You must be signed in to change notification settings - Fork 122
RSDK-10642 - support tcp-flag for module invocation #5056
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
base: main
Are you sure you want to change the base?
RSDK-10642 - support tcp-flag for module invocation #5056
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, left comments based on things I worried about in the first draft + will follow up with folks who can answer
return err | ||
} | ||
|
||
if err := svc.initStreamServerForModule(ctx); err != nil { | ||
if err := svc.initStreamServerForModule(ctx, server); err != nil { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember being worried about making changes to this section because I wasn't sure how to test these changes; I'll do a reread, then maybe ping a domain expert on streaming
Cribbed quite a bit from @abe-winter's POC. Blocked by api and app PRs.