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

Fixes #112 and cleans up readers and stream #114

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from
Open

Fixes #112 and cleans up readers and stream #114

wants to merge 6 commits into from

Commits on May 24, 2021

  1. Configuration menu
    Copy the full SHA
    1e0de8c View commit details
    Browse the repository at this point in the history
  2. Reduces one try-catch and uses Switch expression

    Reducing one try-catch construct as one has been introduced at higher level
    and can deal with the lower-level case.
    
    Also uses switch expression to get somewhat cleaner code.
    danielwertheim authored and Y-Sindo committed May 24, 2021
    Configuration menu
    Copy the full SHA
    e4e8a36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1578d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    731a26b View commit details
    Browse the repository at this point in the history
  5. Adds check of the TokenType

    There is no need to try and indentify the message if not an int.
    danielwertheim authored and Y-Sindo committed May 24, 2021
    Configuration menu
    Copy the full SHA
    dd7ed27 View commit details
    Browse the repository at this point in the history
  6. simplify

    Y-Sindo committed May 24, 2021
    Configuration menu
    Copy the full SHA
    53cbc22 View commit details
    Browse the repository at this point in the history