I have a patch that makes a REST query in an AsyncTask and displays the response in a String IOBox after a HoldLatest.
When I open my patch and fire the query, it succeeds but the IOBox does not display anything. If you hover the output pin of HoldLatest, there’s indeed something there : one has to delete the string IOBox and re-create it to see the result.
Don’t know if it is the same bug or just something similar:
From the patch @benju posted here.
Tested with 1. 2021.4.0-605.
When vvvv is started by opening the patch the ioboxes are “broken”.
When first starting vvvv and then the patch they work.
Thanks again. The initialization order of the patch editor / runtime was flawed causing the editor to not subscribe to the startup patch. Fixed in upcoming builds.