Skip to content

How to make a HTTP request synchronously in a coroutine #1264

Answered by SquidDev
rsp4jack asked this question in Q&A
Discussion options

You must be logged in to vote

Aaaah, that's not quite how coroutines and the event system work. You need to resume the coroutine with events you've pulled from further up the coroutine tree. See this recent discussion for a example of how you should be resuming coroutines!

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@SquidDev
Comment options

@Lupus590
Comment options

@rsp4jack
Comment options

@rsp4jack
Comment options

@SquidDev
Comment options

Answer selected by rsp4jack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants