Attempted Fix for Input Hanging on Wayland#1368
Attempted Fix for Input Hanging on Wayland#1368jayhwkns wants to merge 2 commits intoraphamorim:mainfrom
Conversation
|
Very interesting, thanks for the PR! did that fixed for you? I was looking calloop Dispatcher implementation and they have a Rc already. So calling .clone() already does reference counting. So wonder what's going on |
Sorry for the confusion, it didn't fix it. I'm new to making open source contributions and I see now that this was probably not a PR worth opening. Still no clue what's causing it unfortunately. I had just hoped that the information in this PR helped. If you find a potential fix, please give me a ping and I can test it out for you. |
Intended to fix #1081 but it doesn't quite work. Removed some dead code and moved Wayland's event dispatcher to an Rc instead of cloning twice like before.
/dev/nullor any other file).user_event. Unrelated to the issue, but just something that I'd notice.I'd be happy if this got merged, but I mostly intend for this to be a starting point for solving #1081 as it's affecting me. Highly curious about what the actual solution is.