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

Simplify event dispatch in WebSocket #90

Merged
merged 2 commits into from
May 13, 2024
Merged

Commits on May 13, 2024

  1. Simplify event dispatch in WebSocket

    Instead of using custom class hierarchy of messages, we can just use native C# lambdas stored as Actions.
    
    OnConnectError case can be further simplified by merging two branches for different exception types into one.
    RReverser committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6a85c0c View commit details
    Browse the repository at this point in the history
  2. Simplify message concat

    RReverser committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d59d02f View commit details
    Browse the repository at this point in the history