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

Add WebSocketUpgrader to channel config #340

Merged
merged 2 commits into from
Apr 19, 2018
Merged

Add WebSocketUpgrader to channel config #340

merged 2 commits into from
Apr 19, 2018

Commits on Apr 19, 2018

  1. Add WebSocketUpgrader to channel config

    Motivation:
    
    The NIOWebSocketServer demo works much better, when it actually
    configures the WebSocketUpgrader.
    
    You should have a test for that!
    
    Modifications:
    
    This adds the `upgrader` to the `HTTPUpgradeConfiguration`.
    
    Result:
    
    The demo will actually perform something web-sockety.
    helje5 committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    b19c9cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2bbb9d View commit details
    Browse the repository at this point in the history