-
Notifications
You must be signed in to change notification settings - Fork 3
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
base: main
Are you sure you want to change the base?
Commits on Sep 5, 2024
-
changed send_json and its dependent functions to be non-blocking.
killown committedSep 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 4dab803 - Browse repository at this point
Copy the full SHA 4dab803View commit details -
killown committed
Sep 5, 2024 Configuration menu - View commit details
-
Copy full SHA for af7cca1 - Browse repository at this point
Copy the full SHA af7cca1View commit details -
changed to the previous read_exact
killown committedSep 5, 2024 Configuration menu - View commit details
-
Copy full SHA for d386fac - Browse repository at this point
Copy the full SHA d386facView commit details -
read_exact using bytearray but returning bytes
killown committedSep 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 0364132 - Browse repository at this point
Copy the full SHA 0364132View commit details -
don't reconnect client after response timeout
killown committedSep 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 9d43a66 - Browse repository at this point
Copy the full SHA 9d43a66View commit details -
handle exceptions in read_next_event
killown committedSep 5, 2024 Configuration menu - View commit details
-
Copy full SHA for c55d4ac - Browse repository at this point
Copy the full SHA c55d4acView commit details -
raise exception instead of print
killown committedSep 5, 2024 Configuration menu - View commit details
-
Copy full SHA for a3ad412 - Browse repository at this point
Copy the full SHA a3ad412View commit details
Commits on Sep 7, 2024
-
Add function to check if the client is connected
killown committedSep 7, 2024 Configuration menu - View commit details
-
Copy full SHA for a3cb282 - Browse repository at this point
Copy the full SHA a3cb282View commit details -
killown committed
Sep 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 50099a4 - Browse repository at this point
Copy the full SHA 50099a4View commit details -
Removed client connection after exception
killown committedSep 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 7363f04 - Browse repository at this point
Copy the full SHA 7363f04View commit details
Commits on Sep 8, 2024
-
killown committed
Sep 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 2a975f1 - Browse repository at this point
Copy the full SHA 2a975f1View commit details -
replaced is_socket_active with is_connected
killown committedSep 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 32db7b5 - Browse repository at this point
Copy the full SHA 32db7b5View commit details
Commits on Sep 9, 2024
-
make sure there is no way to hang while sending data.
killown committedSep 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 5867101 - Browse repository at this point
Copy the full SHA 5867101View commit details -
remove send with timeout, causing issues with create_wayland_output
killown committedSep 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 07a2c97 - Browse repository at this point
Copy the full SHA 07a2c97View commit details -
add more seconds to create_wayland_output
killown committedSep 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 4d13912 - Browse repository at this point
Copy the full SHA 4d13912View commit details -
allow the user decide the send_json timeout
killown committedSep 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 58d97e4 - Browse repository at this point
Copy the full SHA 58d97e4View commit details -
removed timeout from create wayland output
killown committedSep 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 905331d - Browse repository at this point
Copy the full SHA 905331dView commit details