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

BESU-128: Fix WebSocket frames handling #210

Merged
merged 3 commits into from
Nov 22, 2019

Commits on Nov 21, 2019

  1. BESU-128: Fix WebSocket frames handling

    * Updated WebSocketService (handle -> textMessageHandle)
    * Updated WebSocketRequestHandler to accept String instead of Buffer
    
    Signed-off-by: Lucas Saldanha <lucas.saldanha@consensys.net>
    lucassaldanha committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    7d45ea6 View commit details
    Browse the repository at this point in the history
  2. Fix tests: sending text data on ws frames

    Signed-off-by: Lucas Saldanha <lucas.saldanha@consensys.net>
    lucassaldanha committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    107c0e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Fix tests: sending text data on ws frames

    Signed-off-by: Lucas Saldanha <lucas.saldanha@consensys.net>
    lucassaldanha committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    f4b5061 View commit details
    Browse the repository at this point in the history