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 want to use evaljs in a fire and forget kind of way. I'm trying to send 1000s of these in a for loop, it works blazing fast if I just remove the code that sets up the future and the waiting tasks but of course prints a ton of "Warning: response received for unknonwn....".
Ideally, send_command would just be something like send_request(blah...; async=true) and evaljs can take async as an argument which it forwards to send_request.
Cheers
The text was updated successfully, but these errors were encountered:
I want to use
evaljs
in a fire and forget kind of way. I'm trying to send 1000s of these in a for loop, it works blazing fast if I just remove the code that sets up the future and the waiting tasks but of course prints a ton of "Warning: response received for unknonwn....".Ideally,
send_command
would just be something likesend_request(blah...; async=true)
andevaljs
can takeasync
as an argument which it forwards tosend_request
.Cheers
The text was updated successfully, but these errors were encountered: