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

Qusb2snes waits forever for GetAddress response if RetroArch emulator is quit #86

Open
JamesDunne opened this issue Apr 17, 2021 · 1 comment

Comments

@JamesDunne
Copy link

If a GetAddress opcode is started and the RetroArch emulator is quit, qusb2snes will wait forever for a UDP response from the emulator. In this case, the WebSocket will never respond to the application with the binary data response for the GetAddress opcode.

read tcp 127.0.0.1:56920->127.0.0.1:8080: i/o timeout

Ideally, qusb2snes should detect that the emulator has quit (via timeout for RetroArch since it is UDP) and close the related WebSocket connections.

@Skarsnik
Copy link
Owner

Skarsnik commented May 1, 2021

There is already a timeout for that. It's weird it does not work

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

2 participants