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

Notification API issues #4

Open
CasualX opened this issue Jun 6, 2022 · 0 comments
Open

Notification API issues #4

CasualX opened this issue Jun 6, 2022 · 0 comments

Comments

@CasualX
Copy link
Owner

CasualX commented Jun 6, 2022

When running the notification example cargo run --example notification --features=unstable_xtarget_notification I've observed the following behavior:

  • Received 1 or more notifications with all fields zero.
  • Received spurious notifications with all fields zero not associated with any xinput.set_state calls.
  • Received duplicated notifications with values from a previous notification.

Maybe related is this commit which uses multiple concurrent XUsbRequestNotification requests however it was dealing with missed notifications due to too many being sent: https://gist.github.com/Ryochan7/f41bd345c5592d88f37ff24773e1e882

Related issue: Ryochan7/DS4Windows#1730

I don't expect these issues to be resolved any time soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant