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

changed send_json and its dependent functions to be non-blocking. #15

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    4dab803 View commit details
    Browse the repository at this point in the history
  2. connect client after timeout

    killown committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    af7cca1 View commit details
    Browse the repository at this point in the history
  3. changed to the previous read_exact

    killown committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d386fac View commit details
    Browse the repository at this point in the history
  4. read_exact using bytearray but returning bytes

    killown committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0364132 View commit details
    Browse the repository at this point in the history
  5. don't reconnect client after response timeout

    killown committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9d43a66 View commit details
    Browse the repository at this point in the history
  6. handle exceptions in read_next_event

    killown committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c55d4ac View commit details
    Browse the repository at this point in the history
  7. raise exception instead of print

    killown committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a3ad412 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Add function to check if the client is connected

    killown committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    a3cb282 View commit details
    Browse the repository at this point in the history
  2. Remove unused var

    killown committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    50099a4 View commit details
    Browse the repository at this point in the history
  3. Removed client connection after exception

    killown committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    7363f04 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. removed orjson

    killown committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    2a975f1 View commit details
    Browse the repository at this point in the history
  2. replaced is_socket_active with is_connected

    killown committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    32db7b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    5867101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07a2c97 View commit details
    Browse the repository at this point in the history
  3. add more seconds to create_wayland_output

    killown committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4d13912 View commit details
    Browse the repository at this point in the history
  4. allow the user decide the send_json timeout

    killown committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    58d97e4 View commit details
    Browse the repository at this point in the history
  5. removed timeout from create wayland output

    killown committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    905331d View commit details
    Browse the repository at this point in the history