Open Anniepoo opened 8 years ago
There is little choice given the one-direction HTTP protocol. So, if you get a server response, it may either be a binding or output (or destroy, ...) You can handle this all quite well using event based programming. If you want a waiting loop, it might be an idea to install a callback for handling output.
This, if I understood your question ok ...
Having the httpRequest for pull_response wait until there is some is painful.
See for example the code
in ManualAsk.java in JavaPengines.
Am I off in the weeds here, or is this just painful?