Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove message cap #221

Closed
dominiklohmann opened this issue Aug 26, 2019 · 0 comments
Closed

Remove message cap #221

dominiklohmann opened this issue Aug 26, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@dominiklohmann
Copy link
Collaborator

This is extracted from #174.

@koekeishiya There is currently a cap of how many bytes yabai will read from the socket, and you are likely exceeding that cap when inlining the script this way.

@dominiklohmann So this should print an error when trying to add the signal and support way longer signals, especially considering the example for acting on window ids from an event=application_launched signal is already too long.

The correct solution here is to simply remove the message cap.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants