sending a http request without freezing the console #25
Unanswered
lukas-runge
asked this question in
Q&A
Replies: 1 comment 4 replies
-
You probably need to process the HTTP request async or yield until something comes back. My USB Stomper and Fade Master have examples of this. That way you can send the request and yield every loop until you get the response. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
as already stated in my welcome post I am working on porting the MA2 REAPER Live Marker Sync-Plugin from @locimation to MA3: liveConnect2Reaper
I am currently facing an issue where every http request takes at least 2 seconds in which the MA3 onPC is completely frozen (no user input is processed). Is there a way to get the http request time down to less that 1/10 of a second or alternatively process it in the background without freezing the console?
Happy to hear if anyone has a possible solution already!
Kind regards
@lukas-runge
Beta Was this translation helpful? Give feedback.
All reactions