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 have a website calling an openFrameworks_v0.9.8 app via ofxjsonrpc. Everything worked fine (not that many calls) until I had to implement som feedback communication from a udp based unit. In this case I test 5 concurrent calls via ajax that all takes one second and I notice that they get executed in line. Additionally all other automated calls I got at the same time can never come in between those 5 calls only before or delayed until after they are done.
The text was updated successfully, but these errors were encountered:
I have a website calling an openFrameworks_v0.9.8 app via ofxjsonrpc. Everything worked fine (not that many calls) until I had to implement som feedback communication from a udp based unit. In this case I test 5 concurrent calls via ajax that all takes one second and I notice that they get executed in line. Additionally all other automated calls I got at the same time can never come in between those 5 calls only before or delayed until after they are done.
The text was updated successfully, but these errors were encountered: