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

Overlapping requests from different Websockets cause failure #83

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

Overlapping requests from different Websockets cause failure #83

JamesDunne opened this issue Apr 15, 2021 · 1 comment

Comments

@JamesDunne
Copy link

QUsb2Snes version v0.7.19.3

2021-04-14T19:06:49             WSServer - Debug: "o2" received  "{\"Opcode\":\"GetAddress\",\"Space\":\"SNES\",\"Operands\":[\"f5f340\",\"f0\"]}\n"
2021-04-14T19:06:49             WSServer - Debug: Request is  USB2SnesWS::GetAddress
2021-04-14T19:06:49             WSServer - Debug: Device is  ADevice::READY
2021-04-14T19:06:49             WSServer - Debug: Executing request :  31 Created at QTime("19:06:49.119") - USB2SnesWS::GetAddress SD2Snes::SNES () ("f5f340", "f0") WSServer::RequestState::NEW for "o2"
2021-04-14T19:06:49            RETROARCH - Debug: GetAddress  SD2Snes::SNES 16118592 240
2021-04-14T19:06:49            RETROARCH - Debug: >> "READ_CORE_RAM 7ef340 240"
2021-04-14T19:06:49             WSServer - Debug: Request executed
2021-04-14T19:06:49             WSServer - Debug: "o2discover" received  "{\"Opcode\":\"DeviceList\",\"Space\":\"SNES\",\"Operands\":[]}\n"
2021-04-14T19:06:49             WSServer - Debug: Request is  USB2SnesWS::DeviceList
2021-04-14T19:06:49             WSServer - Debug: Executing request :  32 Created at QTime("19:06:49.119") - USB2SnesWS::DeviceList SD2Snes::SNES () () WSServer::RequestState::NEW for "o2discover"
2021-04-14T19:06:49             WSServer - Debug: Device List
2021-04-14T19:06:49            RETROARCH - Debug: Received RA version :  "READ_CORE_RAM 7ef340  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 18 18 00 FF 00 00 00 00 00 00 00 00 00 F8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 8C 01 8C 01 8C 01 AA 55 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FF FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n1.9.0"
2021-04-14T19:06:49            RETROARCH - Debug: Checking if something is running (read core 0 1)
2021-04-14T19:06:49            RETROARCH - Debug: << "READ_CORE_RAM 0 7C\n"
2021-04-14T19:06:49            RETROARCH - Debug: Trying to get rom header
2021-04-14T19:06:49            RETROARCH - Debug: << "READ_CORE_RAM 40ffc0 5A 45 4C 44 41 4E 4F 44 45 4E 53 45 54 53 55 20 20 20 20 20 20 30 02 0B 05 00 01 00 05 BA FA 45\n"
2021-04-14T19:06:49            RETROARCH - Debug: ZELDANODENSETSU
@JamesDunne
Copy link
Author

A better summary of the issue. The "o2" socket is closed when the "o2discover" socket does a "DeviceList".

image

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