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

[Flight] Allow a Server Reference to be registered twice #28343

Merged
merged 1 commit into from
Feb 19, 2024

Commits on Feb 15, 2024

  1. Allow a Server Reference to be registered twice

    It's possible for the same function instance to appear more than once in
    the same graph or even the same file.
    
    Currently this errors on trying to reconfigure the property but it really
    doesn't matter which one wins. First or last.
    
    Regardless there will be an entry point generated that can get them.
    sebmarkbage committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0065939 View commit details
    Browse the repository at this point in the history