Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

fix(callbacks): Validate callbacks exists - #53

Merged
ImDevinC merged 1 commit into
mainfrom
fix-callback-checks
Oct 13, 2025
Merged

fix(callbacks): Validate callbacks exists#53
ImDevinC merged 1 commit into
mainfrom
fix-callback-checks

Conversation

@ImDevinC

Copy link
Copy Markdown
Owner

With the new logic that validates the socket connection, there is a potential race condition where
the callback isn't registered, which leads to a python error (nonetype is not iterable). This
makes sure that the key exists before trying to call it, thus preventing that error.

Fixes #52

@ImDevinC
ImDevinC force-pushed the fix-callback-checks branch from 54dc175 to e620654 Compare October 13, 2025 15:31
@ImDevinC
ImDevinC merged commit eb7f30f into main Oct 13, 2025
2 checks passed
@ImDevinC
ImDevinC deleted the fix-callback-checks branch October 13, 2025 15:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1.6 Bug mute/unmute

1 participant