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

Move TCP connection away from Mac Network lib over to swift-nio enabling #5

Merged
merged 8 commits into from
Apr 25, 2024

Commits on Apr 24, 2024

  1. add git ignore

    shial4 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8e3ec99 View commit details
    Browse the repository at this point in the history
  2. update dependencies

    shial4 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    89fc142 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16a5abf View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into feat/move-connection-to-nio

    # Conflicts:
    #	.DS_Store
    #	.gitignore
    shial4 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2a02280 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. update package

    shial4 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    56fd9af View commit details
    Browse the repository at this point in the history
  2. handle connection

    shial4 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    85735fd View commit details
    Browse the repository at this point in the history
  3. fix frame misalignment

    shial4 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3c9b99d View commit details
    Browse the repository at this point in the history
  4. Fix connection sequence

    shial4 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    28723ec View commit details
    Browse the repository at this point in the history