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

implement sync_tcp_reconnect #101

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Commits on Aug 16, 2023

  1. player: split server_connect in two

    This factor out the inner "connect to this specific address" part of
    the current server_connect into its own function. As a nice side-benefit,
    the connection loops now become simple enough to keep them separate,
    making it much easier to read.
    kusma committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7d4de1c View commit details
    Browse the repository at this point in the history
  2. player: store connection details in device

    This allows us to reconnect to the same server without having to perform
    hostname lookups etc again.
    kusma committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d540010 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf9dcc9 View commit details
    Browse the repository at this point in the history
  4. player: add sync_tcp_reconnect

    kusma committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    292a8cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    415ed02 View commit details
    Browse the repository at this point in the history