You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to send buttons to my Xbox but it's taking about 2 minutes for the Xbox to respond. During this time, the ConnectAsync method throws a TimeoutException. I've tried 3 different Xbox One's in my house with the same result. Am I doing something wrong?
I see now that the console app is doing something similar. Apparently my ConnectAsync Task is not actually being awaited like I thought. So what seems to be happening is that it's taking ~2 mins for the ConnectAsync to finish, then the console will send the Gamepad state.
I'd still like to find out why it takes 2 mins for a connection to be made.
I'm trying to send buttons to my Xbox but it's taking about 2 minutes for the Xbox to respond. During this time, the ConnectAsync method throws a TimeoutException. I've tried 3 different Xbox One's in my house with the same result. Am I doing something wrong?
The text was updated successfully, but these errors were encountered: