Skip to content

fix(autoconnect): remove sleep delay#174

Open
pav1388 wants to merge 1 commit intoElectronicks:masterfrom
pav1388:pr-branch2
Open

fix(autoconnect): remove sleep delay#174
pav1388 wants to merge 1 commit intoElectronicks:masterfrom
pav1388:pr-branch2

Conversation

@pav1388
Copy link

@pav1388 pav1388 commented Jun 23, 2025

  • Removed unnecessary this_thread::sleep_for(100ms) delay that was masking timing issues

- Removed unnecessary `this_thread::sleep_for(100ms)` delay that was masking timing issues
@Electronicks
Copy link
Owner

I had added this delay to let the SDL thread do its cleanup and avoid access violation crashes.

@pav1388
Copy link
Author

pav1388 commented Oct 4, 2025

@Electronicks This delay prevented me from reconnecting the gamepad with AUTOCONNECT. As soon as I removed it, AUTOCONNECT started working.

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

Successfully merging this pull request may close these issues.

2 participants