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

Support ExecuteOn annotation with ServerWebSocket #10772

Merged
merged 4 commits into from May 2, 2024

Commits on Apr 27, 2024

  1. Support ExecutOn annotation with ServerWebSocket

    NettyServerWebSocketHandler is updated to check for the ExecuteOn
    annotation when invoking any of the callback methods on a
    ServerWebSocket annotated class, and to use the specified
    ExecutorService when invoking the methods.
    
    A test is added to verify the enhanced behavior.
    
    This resolves #10758
    jeremyg484 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b9c9e03 View commit details
    Browse the repository at this point in the history
  2. Fix imports

    jeremyg484 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    349b087 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    5c911c3 View commit details
    Browse the repository at this point in the history
  2. Docs

    jeremyg484 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4e27025 View commit details
    Browse the repository at this point in the history