-
Notifications
You must be signed in to change notification settings - Fork 8
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
async_load undefined in async network event? #4363
Comments
I stumbled over this while trying to reproduce a different issue, looks codegen related. Run attached sample under HTML5, then press C and wait a few seconds to trigger the error. Server isn't needed since the async event gets raised when the connection fails. |
Yep, exact same result as stated in the bug report. |
Fixed in 2024.2 |
verified as of IDE v2024.200.0.478 Runtime v2024.200.0.493 |
Description
In target HTML5, Uncaught Javascript error when querying "type" key of async_load,
It is reported to be undefined in event "Async - Networking".
Steps To Reproduce
Switch target to HTML5 and use websocket protocol for sockets
Create a simple client (network_create_socket)
Along with a server (network_create_server)
Client does network_connect_async to the server and waits
When receiving a response, client's "async_load" map is undefined in event "network_type_non_blocking_connect"
64fc1910-0d14-4cfa-b605-46bc660dea21
The text was updated successfully, but these errors were encountered: